Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* aoutx.h, archive.c, archures.c, bfd.c, bfd.texinfo, cache.c,
coffcode.h, core.c, format.c, libbfd.c, libbfd.h, libcoff.h,
opncls.c, reloc.c, section.c, syms.c, targets.c (documentation
segments): used BFD (caps) more consistently as a name in
discourse, fixed a few other minor typos and uses of fonts
1991-08-19 20:52:38 +00:00
|
|
|
/* Object file "section" support for the BFD library.
|
1996-03-27 19:21:19 +00:00
|
|
|
Copyright (C) 1990, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
|
Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* aoutx.h, archive.c, archures.c, bfd.c, bfd.texinfo, cache.c,
coffcode.h, core.c, format.c, libbfd.c, libbfd.h, libcoff.h,
opncls.c, reloc.c, section.c, syms.c, targets.c (documentation
segments): used BFD (caps) more consistently as a name in
discourse, fixed a few other minor typos and uses of fonts
1991-08-19 20:52:38 +00:00
|
|
|
Written by Cygnus Support.
|
|
|
|
|
|
|
|
This file is part of BFD, the Binary File Descriptor library.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation; either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with this program; if not, write to the Free Software
|
1996-01-11 22:47:04 +00:00
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* aoutx.h, archive.c, archures.c, bfd.c, bfd.texinfo, cache.c,
coffcode.h, core.c, format.c, libbfd.c, libbfd.h, libcoff.h,
opncls.c, reloc.c, section.c, syms.c, targets.c (documentation
segments): used BFD (caps) more consistently as a name in
discourse, fixed a few other minor typos and uses of fonts
1991-08-19 20:52:38 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
SECTION
|
|
|
|
Sections
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
The raw data contained within a BFD is maintained through the
|
|
|
|
section abstraction. A single BFD may have any number of
|
1993-11-05 19:51:52 +00:00
|
|
|
sections. It keeps hold of them by pointing to the first;
|
1991-12-19 01:36:25 +00:00
|
|
|
each one points to the next in the list.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
Sections are supported in BFD in <<section.c>>.
|
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
@menu
|
1992-01-29 01:04:30 +00:00
|
|
|
@* Section Input::
|
|
|
|
@* Section Output::
|
|
|
|
@* typedef asection::
|
|
|
|
@* section prototypes::
|
1991-07-04 16:52:19 +00:00
|
|
|
@end menu
|
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
INODE
|
|
|
|
Section Input, Section Output, Sections, Sections
|
1991-12-19 01:36:25 +00:00
|
|
|
SUBSECTION
|
1993-12-30 15:51:16 +00:00
|
|
|
Section input
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
When a BFD is opened for reading, the section structures are
|
|
|
|
created and attached to the BFD.
|
|
|
|
|
|
|
|
Each section has a name which describes the section in the
|
1993-11-05 19:51:52 +00:00
|
|
|
outside world---for example, <<a.out>> would contain at least
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
three sections, called <<.text>>, <<.data>> and <<.bss>>.
|
1991-12-19 01:36:25 +00:00
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
Names need not be unique; for example a COFF file may have several
|
|
|
|
sections named <<.data>>.
|
|
|
|
|
|
|
|
Sometimes a BFD will contain more than the ``natural'' number of
|
1991-12-19 01:36:25 +00:00
|
|
|
sections. A back end may attach other sections containing
|
|
|
|
constructor data, or an application may add a section (using
|
1993-11-05 19:51:52 +00:00
|
|
|
<<bfd_make_section>>) to the sections attached to an already open
|
|
|
|
BFD. For example, the linker creates an extra section
|
1991-12-19 01:36:25 +00:00
|
|
|
<<COMMON>> for each input file's BFD to hold information about
|
|
|
|
common storage.
|
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
The raw data is not necessarily read in when
|
1991-12-19 01:36:25 +00:00
|
|
|
the section descriptor is created. Some targets may leave the
|
|
|
|
data in place until a <<bfd_get_section_contents>> call is
|
1993-11-05 19:51:52 +00:00
|
|
|
made. Other back ends may read in all the data at once. For
|
|
|
|
example, an S-record file has to be read once to determine the
|
1991-12-19 01:36:25 +00:00
|
|
|
size of the data. An IEEE-695 file doesn't contain raw data in
|
|
|
|
sections, but data and relocation expressions intermixed, so
|
|
|
|
the data area has to be parsed to get out the data and
|
|
|
|
relocations.
|
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
INODE
|
|
|
|
Section Output, typedef asection, Section Input, Sections
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
SUBSECTION
|
1993-12-30 15:51:16 +00:00
|
|
|
Section output
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
To write a new object style BFD, the various sections to be
|
|
|
|
written have to be created. They are attached to the BFD in
|
1993-11-05 19:51:52 +00:00
|
|
|
the same way as input sections; data is written to the
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
sections using <<bfd_set_section_contents>>.
|
1991-12-19 01:36:25 +00:00
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
Any program that creates or combines sections (e.g., the assembler
|
1993-11-05 19:51:52 +00:00
|
|
|
and linker) must use the <<asection>> fields <<output_section>> and
|
1992-11-05 11:13:01 +00:00
|
|
|
<<output_offset>> to indicate the file sections to which each
|
|
|
|
section must be written. (If the section is being created from
|
|
|
|
scratch, <<output_section>> should probably point to the section
|
1993-11-05 19:51:52 +00:00
|
|
|
itself and <<output_offset>> should probably be zero.)
|
1991-12-19 01:36:25 +00:00
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
The data to be written comes from input sections attached
|
|
|
|
(via <<output_section>> pointers) to
|
1991-12-19 01:36:25 +00:00
|
|
|
the output sections. The output section structure can be
|
1993-11-05 19:51:52 +00:00
|
|
|
considered a filter for the input section: the output section
|
1991-12-19 01:36:25 +00:00
|
|
|
determines the vma of the output data and the name, but the
|
|
|
|
input section determines the offset into the output section of
|
|
|
|
the data to be written.
|
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
E.g., to create a section "O", starting at 0x100, 0x123 long,
|
1993-11-05 19:51:52 +00:00
|
|
|
containing two subsections, "A" at offset 0x0 (i.e., at vma
|
|
|
|
0x100) and "B" at offset 0x20 (i.e., at vma 0x120) the <<asection>>
|
|
|
|
structures would look like:
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
| section name "A"
|
|
|
|
| output_offset 0x00
|
|
|
|
| size 0x20
|
|
|
|
| output_section -----------> section name "O"
|
|
|
|
| | vma 0x100
|
|
|
|
| section name "B" | size 0x123
|
|
|
|
| output_offset 0x20 |
|
|
|
|
| size 0x103 |
|
|
|
|
| output_section --------|
|
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
SUBSECTION
|
Extensive changes to move the bulk of the linker into BFD so that
more efficient backend code can be written for specific object
files. Only existing efficient backend is a.out.
* seclet.c, seclet.h: Removed.
* hash.c, linker.c, genlink.h: New files.
* bfd-in.h: Removed bfd_error_vector. Declared hash table
structures and functions.
(JUMP_TABLE): Removed bfd_seclet_link, added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* All backends: Changed accordingly.
* bfd-in2.h: Rebuilt.
* bfd.c (struct _bfd): Added link_next and archive_pass fields.
Removed ld_symbols field.
(bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
bfd_error_vector): Removed.
(bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Removed.
(bfd_get_relocated_section_contents): Pass link_info. Pass
link_order instead of seclet. Pass symbols.
(bfd_relax_section): Pass link_info.
(bfd_seclet_link): Removed.
(bfd_link_hash_table_create, bfd_link_add_symbols,
bfd_final_link): New macros.
* libbfd-in.h: If __GNUC__ is defined and alloca is not, define
alloca as __builtin_alloca. Declare internal linking functions.
* libbfd.h: Rebuilt.
* libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
for months.
* reloc.c (reloc_howto_type): Added error_message argument to
special_function field. Changed all callers and all definitions.
(bfd_get_reloc_size): Make argument a const pointer.
(bfd_perform_relocation): Add error_message argument to hold
string set if return value if bfd_reloc_dangerous. Changed all
callers.
(_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
* section.c (asection): Renamed seclets_head and seclets_tail to
link_order_head and link_order_tail.
* targets.c (bfd_target): Replaced seclet argument with link_info
and link_order and symbols arguments in
bfd_get_relocated_section_contents. Added symbols argument to
bfd_relax_section. Removed bfd_seclet_link. Added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* libaout.h (struct aoutdata): Added external_syms,
external_sym_count, external_strings, sym_hashes fields.
(obj_aout_external_syms, obj_aout_external_sym_count,
obj_aout_external_strings, obj_aout_sym_hashes): New accessor
macros.
(WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
* aoutx.h: Wrote new back end linker routines.
(translate_to_native_sym_flags): Return boolean value. Don't use
bfd_error_vector.
(NAME(aout,write_syms)): Return boolean value. Check return value
of translate_to_native_sym_flags and bfd_write.
* aout-target.h (final_link_callback): New function.
(MY_bfd_final_link): New function.
* aout-adobe.c (aout_adobe_write_object_contents): Check return
value of aout_32_write_syms.
* hp300hpux.c (MY(write_object_contents)): Likewise.
* i386lynx.c (WRITE_HEADERS): Likewise.
* libaout.h (WRITE_HEADERS): Likewise.
* bout.c: Changed functions to use link_info->callbacks rather
than bfd_error_vector, and link_orders rather than seclets.
* coff-alpha.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-sh.c: Likewise.
* coff-z8k.c: Likewise.
* elf32-hppa.c: Likewise.
* reloc16.c: Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
up _gp in the hash table rather than in outsymbols.
* coff-a29k.c (a29k_reloc): Pass errors back in new error_message
argument rather than printing them.
* coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
link_order arguments rather than seclet. Changed all uses and
definitions.
(bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
all uses and definitions.
* libcoff.h: Rebuilt.
* ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
not by ECOFF, make it scAbs.
(ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
rewritten.
* elf32-mips.c (mips_elf_final_link): Renamed from
mips_elf_seclet_link and rewritten.
* elf32-hppa.c (elf32_hppa_stub_description): Added link_info
field.
(new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
Added link_info arguments. Changed all callers.
* elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
not NULL.
* oasys.c (oasys_write_sections): Return boolean value rather than
using bfd_error_vector.
(oasys_write_object_contents): Check return value of
oasys_write_sections.
* hosts/std-host.h: Don't declare qsort or strtol.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
(CFILES): Removed seclet.c. Added hash.c and linker.c.
(HFILES): Removed seclet.h. Added genlink.h.
1993-12-30 19:56:50 +00:00
|
|
|
Link orders
|
1992-01-24 22:44:51 +00:00
|
|
|
|
Extensive changes to move the bulk of the linker into BFD so that
more efficient backend code can be written for specific object
files. Only existing efficient backend is a.out.
* seclet.c, seclet.h: Removed.
* hash.c, linker.c, genlink.h: New files.
* bfd-in.h: Removed bfd_error_vector. Declared hash table
structures and functions.
(JUMP_TABLE): Removed bfd_seclet_link, added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* All backends: Changed accordingly.
* bfd-in2.h: Rebuilt.
* bfd.c (struct _bfd): Added link_next and archive_pass fields.
Removed ld_symbols field.
(bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
bfd_error_vector): Removed.
(bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Removed.
(bfd_get_relocated_section_contents): Pass link_info. Pass
link_order instead of seclet. Pass symbols.
(bfd_relax_section): Pass link_info.
(bfd_seclet_link): Removed.
(bfd_link_hash_table_create, bfd_link_add_symbols,
bfd_final_link): New macros.
* libbfd-in.h: If __GNUC__ is defined and alloca is not, define
alloca as __builtin_alloca. Declare internal linking functions.
* libbfd.h: Rebuilt.
* libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
for months.
* reloc.c (reloc_howto_type): Added error_message argument to
special_function field. Changed all callers and all definitions.
(bfd_get_reloc_size): Make argument a const pointer.
(bfd_perform_relocation): Add error_message argument to hold
string set if return value if bfd_reloc_dangerous. Changed all
callers.
(_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
* section.c (asection): Renamed seclets_head and seclets_tail to
link_order_head and link_order_tail.
* targets.c (bfd_target): Replaced seclet argument with link_info
and link_order and symbols arguments in
bfd_get_relocated_section_contents. Added symbols argument to
bfd_relax_section. Removed bfd_seclet_link. Added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* libaout.h (struct aoutdata): Added external_syms,
external_sym_count, external_strings, sym_hashes fields.
(obj_aout_external_syms, obj_aout_external_sym_count,
obj_aout_external_strings, obj_aout_sym_hashes): New accessor
macros.
(WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
* aoutx.h: Wrote new back end linker routines.
(translate_to_native_sym_flags): Return boolean value. Don't use
bfd_error_vector.
(NAME(aout,write_syms)): Return boolean value. Check return value
of translate_to_native_sym_flags and bfd_write.
* aout-target.h (final_link_callback): New function.
(MY_bfd_final_link): New function.
* aout-adobe.c (aout_adobe_write_object_contents): Check return
value of aout_32_write_syms.
* hp300hpux.c (MY(write_object_contents)): Likewise.
* i386lynx.c (WRITE_HEADERS): Likewise.
* libaout.h (WRITE_HEADERS): Likewise.
* bout.c: Changed functions to use link_info->callbacks rather
than bfd_error_vector, and link_orders rather than seclets.
* coff-alpha.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-sh.c: Likewise.
* coff-z8k.c: Likewise.
* elf32-hppa.c: Likewise.
* reloc16.c: Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
up _gp in the hash table rather than in outsymbols.
* coff-a29k.c (a29k_reloc): Pass errors back in new error_message
argument rather than printing them.
* coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
link_order arguments rather than seclet. Changed all uses and
definitions.
(bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
all uses and definitions.
* libcoff.h: Rebuilt.
* ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
not by ECOFF, make it scAbs.
(ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
rewritten.
* elf32-mips.c (mips_elf_final_link): Renamed from
mips_elf_seclet_link and rewritten.
* elf32-hppa.c (elf32_hppa_stub_description): Added link_info
field.
(new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
Added link_info arguments. Changed all callers.
* elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
not NULL.
* oasys.c (oasys_write_sections): Return boolean value rather than
using bfd_error_vector.
(oasys_write_object_contents): Check return value of
oasys_write_sections.
* hosts/std-host.h: Don't declare qsort or strtol.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
(CFILES): Removed seclet.c. Added hash.c and linker.c.
(HFILES): Removed seclet.h. Added genlink.h.
1993-12-30 19:56:50 +00:00
|
|
|
The data within a section is stored in a @dfn{link_order}.
|
|
|
|
These are much like the fixups in <<gas>>. The link_order
|
|
|
|
abstraction allows a section to grow and shrink within itself.
|
1992-01-24 22:44:51 +00:00
|
|
|
|
Extensive changes to move the bulk of the linker into BFD so that
more efficient backend code can be written for specific object
files. Only existing efficient backend is a.out.
* seclet.c, seclet.h: Removed.
* hash.c, linker.c, genlink.h: New files.
* bfd-in.h: Removed bfd_error_vector. Declared hash table
structures and functions.
(JUMP_TABLE): Removed bfd_seclet_link, added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* All backends: Changed accordingly.
* bfd-in2.h: Rebuilt.
* bfd.c (struct _bfd): Added link_next and archive_pass fields.
Removed ld_symbols field.
(bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
bfd_error_vector): Removed.
(bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Removed.
(bfd_get_relocated_section_contents): Pass link_info. Pass
link_order instead of seclet. Pass symbols.
(bfd_relax_section): Pass link_info.
(bfd_seclet_link): Removed.
(bfd_link_hash_table_create, bfd_link_add_symbols,
bfd_final_link): New macros.
* libbfd-in.h: If __GNUC__ is defined and alloca is not, define
alloca as __builtin_alloca. Declare internal linking functions.
* libbfd.h: Rebuilt.
* libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
for months.
* reloc.c (reloc_howto_type): Added error_message argument to
special_function field. Changed all callers and all definitions.
(bfd_get_reloc_size): Make argument a const pointer.
(bfd_perform_relocation): Add error_message argument to hold
string set if return value if bfd_reloc_dangerous. Changed all
callers.
(_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
* section.c (asection): Renamed seclets_head and seclets_tail to
link_order_head and link_order_tail.
* targets.c (bfd_target): Replaced seclet argument with link_info
and link_order and symbols arguments in
bfd_get_relocated_section_contents. Added symbols argument to
bfd_relax_section. Removed bfd_seclet_link. Added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* libaout.h (struct aoutdata): Added external_syms,
external_sym_count, external_strings, sym_hashes fields.
(obj_aout_external_syms, obj_aout_external_sym_count,
obj_aout_external_strings, obj_aout_sym_hashes): New accessor
macros.
(WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
* aoutx.h: Wrote new back end linker routines.
(translate_to_native_sym_flags): Return boolean value. Don't use
bfd_error_vector.
(NAME(aout,write_syms)): Return boolean value. Check return value
of translate_to_native_sym_flags and bfd_write.
* aout-target.h (final_link_callback): New function.
(MY_bfd_final_link): New function.
* aout-adobe.c (aout_adobe_write_object_contents): Check return
value of aout_32_write_syms.
* hp300hpux.c (MY(write_object_contents)): Likewise.
* i386lynx.c (WRITE_HEADERS): Likewise.
* libaout.h (WRITE_HEADERS): Likewise.
* bout.c: Changed functions to use link_info->callbacks rather
than bfd_error_vector, and link_orders rather than seclets.
* coff-alpha.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-sh.c: Likewise.
* coff-z8k.c: Likewise.
* elf32-hppa.c: Likewise.
* reloc16.c: Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
up _gp in the hash table rather than in outsymbols.
* coff-a29k.c (a29k_reloc): Pass errors back in new error_message
argument rather than printing them.
* coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
link_order arguments rather than seclet. Changed all uses and
definitions.
(bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
all uses and definitions.
* libcoff.h: Rebuilt.
* ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
not by ECOFF, make it scAbs.
(ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
rewritten.
* elf32-mips.c (mips_elf_final_link): Renamed from
mips_elf_seclet_link and rewritten.
* elf32-hppa.c (elf32_hppa_stub_description): Added link_info
field.
(new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
Added link_info arguments. Changed all callers.
* elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
not NULL.
* oasys.c (oasys_write_sections): Return boolean value rather than
using bfd_error_vector.
(oasys_write_object_contents): Check return value of
oasys_write_sections.
* hosts/std-host.h: Don't declare qsort or strtol.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
(CFILES): Removed seclet.c. Added hash.c and linker.c.
(HFILES): Removed seclet.h. Added genlink.h.
1993-12-30 19:56:50 +00:00
|
|
|
A link_order knows how big it is, and which is the next
|
|
|
|
link_order and where the raw data for it is; it also points to
|
|
|
|
a list of relocations which apply to it.
|
1992-01-24 22:44:51 +00:00
|
|
|
|
Extensive changes to move the bulk of the linker into BFD so that
more efficient backend code can be written for specific object
files. Only existing efficient backend is a.out.
* seclet.c, seclet.h: Removed.
* hash.c, linker.c, genlink.h: New files.
* bfd-in.h: Removed bfd_error_vector. Declared hash table
structures and functions.
(JUMP_TABLE): Removed bfd_seclet_link, added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* All backends: Changed accordingly.
* bfd-in2.h: Rebuilt.
* bfd.c (struct _bfd): Added link_next and archive_pass fields.
Removed ld_symbols field.
(bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
bfd_error_vector): Removed.
(bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Removed.
(bfd_get_relocated_section_contents): Pass link_info. Pass
link_order instead of seclet. Pass symbols.
(bfd_relax_section): Pass link_info.
(bfd_seclet_link): Removed.
(bfd_link_hash_table_create, bfd_link_add_symbols,
bfd_final_link): New macros.
* libbfd-in.h: If __GNUC__ is defined and alloca is not, define
alloca as __builtin_alloca. Declare internal linking functions.
* libbfd.h: Rebuilt.
* libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
for months.
* reloc.c (reloc_howto_type): Added error_message argument to
special_function field. Changed all callers and all definitions.
(bfd_get_reloc_size): Make argument a const pointer.
(bfd_perform_relocation): Add error_message argument to hold
string set if return value if bfd_reloc_dangerous. Changed all
callers.
(_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
* section.c (asection): Renamed seclets_head and seclets_tail to
link_order_head and link_order_tail.
* targets.c (bfd_target): Replaced seclet argument with link_info
and link_order and symbols arguments in
bfd_get_relocated_section_contents. Added symbols argument to
bfd_relax_section. Removed bfd_seclet_link. Added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* libaout.h (struct aoutdata): Added external_syms,
external_sym_count, external_strings, sym_hashes fields.
(obj_aout_external_syms, obj_aout_external_sym_count,
obj_aout_external_strings, obj_aout_sym_hashes): New accessor
macros.
(WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
* aoutx.h: Wrote new back end linker routines.
(translate_to_native_sym_flags): Return boolean value. Don't use
bfd_error_vector.
(NAME(aout,write_syms)): Return boolean value. Check return value
of translate_to_native_sym_flags and bfd_write.
* aout-target.h (final_link_callback): New function.
(MY_bfd_final_link): New function.
* aout-adobe.c (aout_adobe_write_object_contents): Check return
value of aout_32_write_syms.
* hp300hpux.c (MY(write_object_contents)): Likewise.
* i386lynx.c (WRITE_HEADERS): Likewise.
* libaout.h (WRITE_HEADERS): Likewise.
* bout.c: Changed functions to use link_info->callbacks rather
than bfd_error_vector, and link_orders rather than seclets.
* coff-alpha.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-sh.c: Likewise.
* coff-z8k.c: Likewise.
* elf32-hppa.c: Likewise.
* reloc16.c: Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
up _gp in the hash table rather than in outsymbols.
* coff-a29k.c (a29k_reloc): Pass errors back in new error_message
argument rather than printing them.
* coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
link_order arguments rather than seclet. Changed all uses and
definitions.
(bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
all uses and definitions.
* libcoff.h: Rebuilt.
* ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
not by ECOFF, make it scAbs.
(ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
rewritten.
* elf32-mips.c (mips_elf_final_link): Renamed from
mips_elf_seclet_link and rewritten.
* elf32-hppa.c (elf32_hppa_stub_description): Added link_info
field.
(new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
Added link_info arguments. Changed all callers.
* elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
not NULL.
* oasys.c (oasys_write_sections): Return boolean value rather than
using bfd_error_vector.
(oasys_write_object_contents): Check return value of
oasys_write_sections.
* hosts/std-host.h: Don't declare qsort or strtol.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
(CFILES): Removed seclet.c. Added hash.c and linker.c.
(HFILES): Removed seclet.h. Added genlink.h.
1993-12-30 19:56:50 +00:00
|
|
|
The link_order is used by the linker to perform relaxing on
|
|
|
|
final code. The compiler creates code which is as big as
|
1992-01-24 22:44:51 +00:00
|
|
|
necessary to make it work without relaxing, and the user can
|
|
|
|
select whether to relax. Sometimes relaxing takes a lot of
|
|
|
|
time. The linker runs around the relocations to see if any
|
|
|
|
are attached to data which can be shrunk, if so it does it on
|
Extensive changes to move the bulk of the linker into BFD so that
more efficient backend code can be written for specific object
files. Only existing efficient backend is a.out.
* seclet.c, seclet.h: Removed.
* hash.c, linker.c, genlink.h: New files.
* bfd-in.h: Removed bfd_error_vector. Declared hash table
structures and functions.
(JUMP_TABLE): Removed bfd_seclet_link, added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* All backends: Changed accordingly.
* bfd-in2.h: Rebuilt.
* bfd.c (struct _bfd): Added link_next and archive_pass fields.
Removed ld_symbols field.
(bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
bfd_error_vector): Removed.
(bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Removed.
(bfd_get_relocated_section_contents): Pass link_info. Pass
link_order instead of seclet. Pass symbols.
(bfd_relax_section): Pass link_info.
(bfd_seclet_link): Removed.
(bfd_link_hash_table_create, bfd_link_add_symbols,
bfd_final_link): New macros.
* libbfd-in.h: If __GNUC__ is defined and alloca is not, define
alloca as __builtin_alloca. Declare internal linking functions.
* libbfd.h: Rebuilt.
* libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
for months.
* reloc.c (reloc_howto_type): Added error_message argument to
special_function field. Changed all callers and all definitions.
(bfd_get_reloc_size): Make argument a const pointer.
(bfd_perform_relocation): Add error_message argument to hold
string set if return value if bfd_reloc_dangerous. Changed all
callers.
(_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
* section.c (asection): Renamed seclets_head and seclets_tail to
link_order_head and link_order_tail.
* targets.c (bfd_target): Replaced seclet argument with link_info
and link_order and symbols arguments in
bfd_get_relocated_section_contents. Added symbols argument to
bfd_relax_section. Removed bfd_seclet_link. Added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* libaout.h (struct aoutdata): Added external_syms,
external_sym_count, external_strings, sym_hashes fields.
(obj_aout_external_syms, obj_aout_external_sym_count,
obj_aout_external_strings, obj_aout_sym_hashes): New accessor
macros.
(WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
* aoutx.h: Wrote new back end linker routines.
(translate_to_native_sym_flags): Return boolean value. Don't use
bfd_error_vector.
(NAME(aout,write_syms)): Return boolean value. Check return value
of translate_to_native_sym_flags and bfd_write.
* aout-target.h (final_link_callback): New function.
(MY_bfd_final_link): New function.
* aout-adobe.c (aout_adobe_write_object_contents): Check return
value of aout_32_write_syms.
* hp300hpux.c (MY(write_object_contents)): Likewise.
* i386lynx.c (WRITE_HEADERS): Likewise.
* libaout.h (WRITE_HEADERS): Likewise.
* bout.c: Changed functions to use link_info->callbacks rather
than bfd_error_vector, and link_orders rather than seclets.
* coff-alpha.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-sh.c: Likewise.
* coff-z8k.c: Likewise.
* elf32-hppa.c: Likewise.
* reloc16.c: Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
up _gp in the hash table rather than in outsymbols.
* coff-a29k.c (a29k_reloc): Pass errors back in new error_message
argument rather than printing them.
* coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
link_order arguments rather than seclet. Changed all uses and
definitions.
(bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
all uses and definitions.
* libcoff.h: Rebuilt.
* ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
not by ECOFF, make it scAbs.
(ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
rewritten.
* elf32-mips.c (mips_elf_final_link): Renamed from
mips_elf_seclet_link and rewritten.
* elf32-hppa.c (elf32_hppa_stub_description): Added link_info
field.
(new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
Added link_info arguments. Changed all callers.
* elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
not NULL.
* oasys.c (oasys_write_sections): Return boolean value rather than
using bfd_error_vector.
(oasys_write_object_contents): Check return value of
oasys_write_sections.
* hosts/std-host.h: Don't declare qsort or strtol.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
(CFILES): Removed seclet.c. Added hash.c and linker.c.
(HFILES): Removed seclet.h. Added genlink.h.
1993-12-30 19:56:50 +00:00
|
|
|
a link_order by link_order basis.
|
1992-01-24 22:44:51 +00:00
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#include "bfd.h"
|
1991-10-25 07:06:02 +00:00
|
|
|
#include "sysdep.h"
|
1991-07-04 16:52:19 +00:00
|
|
|
#include "libbfd.h"
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
/*
|
|
|
|
DOCDD
|
|
|
|
INODE
|
|
|
|
typedef asection, section prototypes, Section Output, Sections
|
1991-12-19 01:36:25 +00:00
|
|
|
SUBSECTION
|
|
|
|
typedef asection
|
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
Here is the section structure:
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
CODE_FRAGMENT
|
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
.typedef struct sec
|
1991-12-19 01:36:25 +00:00
|
|
|
.{
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* The name of the section; the name isn't a copy, the pointer is
|
1991-12-19 01:36:25 +00:00
|
|
|
. the same as that passed to bfd_make_section. *}
|
|
|
|
.
|
|
|
|
. CONST char *name;
|
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* Which section is it; 0..nth. *}
|
1992-01-24 22:44:51 +00:00
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. int index;
|
1992-01-24 22:44:51 +00:00
|
|
|
.
|
1991-12-19 01:36:25 +00:00
|
|
|
. {* The next section in the list belonging to the BFD, or NULL. *}
|
|
|
|
.
|
|
|
|
. struct sec *next;
|
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* The field flags contains attributes of the section. Some
|
1991-12-19 01:36:25 +00:00
|
|
|
. flags are read in from the object file, and some are
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. synthesized from other information. *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. flagword flags;
|
|
|
|
.
|
|
|
|
.#define SEC_NO_FLAGS 0x000
|
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* Tells the OS to allocate space for this section when loading.
|
|
|
|
. This is clear for a section containing debug information
|
1991-12-19 01:36:25 +00:00
|
|
|
. only. *}
|
|
|
|
.#define SEC_ALLOC 0x001
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
.
|
1991-12-19 01:36:25 +00:00
|
|
|
. {* Tells the OS to load the section from the file when loading.
|
1993-11-05 19:51:52 +00:00
|
|
|
. This is clear for a .bss section. *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.#define SEC_LOAD 0x002
|
1993-08-27 23:56:49 +00:00
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* The section contains data still to be relocated, so there is
|
|
|
|
. some relocation information too. *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.#define SEC_RELOC 0x004
|
|
|
|
.
|
1993-08-27 23:56:49 +00:00
|
|
|
.#if 0 {* Obsolete ? *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.#define SEC_BALIGN 0x008
|
1993-08-27 23:56:49 +00:00
|
|
|
.#endif
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. {* A signal to the OS that the section contains read only
|
|
|
|
. data. *}
|
|
|
|
.#define SEC_READONLY 0x010
|
|
|
|
.
|
|
|
|
. {* The section contains code only. *}
|
|
|
|
.#define SEC_CODE 0x020
|
|
|
|
.
|
|
|
|
. {* The section contains data only. *}
|
1993-08-27 23:56:49 +00:00
|
|
|
.#define SEC_DATA 0x040
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. {* The section will reside in ROM. *}
|
|
|
|
.#define SEC_ROM 0x080
|
|
|
|
.
|
|
|
|
. {* The section contains constructor information. This section
|
|
|
|
. type is used by the linker to create lists of constructors and
|
|
|
|
. destructors used by <<g++>>. When a back end sees a symbol
|
|
|
|
. which should be used in a constructor list, it creates a new
|
1993-11-05 19:51:52 +00:00
|
|
|
. section for the type of name (e.g., <<__CTOR_LIST__>>), attaches
|
|
|
|
. the symbol to it, and builds a relocation. To build the lists
|
|
|
|
. of constructors, all the linker has to do is catenate all the
|
|
|
|
. sections called <<__CTOR_LIST__>> and relocate the data
|
1991-12-19 01:36:25 +00:00
|
|
|
. contained within - exactly the operations it would peform on
|
|
|
|
. standard data. *}
|
|
|
|
.#define SEC_CONSTRUCTOR 0x100
|
|
|
|
.
|
|
|
|
. {* The section is a constuctor, and should be placed at the
|
1993-08-27 23:56:49 +00:00
|
|
|
. end of the text, data, or bss section(?). *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.#define SEC_CONSTRUCTOR_TEXT 0x1100
|
|
|
|
.#define SEC_CONSTRUCTOR_DATA 0x2100
|
|
|
|
.#define SEC_CONSTRUCTOR_BSS 0x3100
|
|
|
|
.
|
1993-03-30 17:40:51 +00:00
|
|
|
. {* The section has contents - a data section could be
|
1993-11-05 19:51:52 +00:00
|
|
|
. <<SEC_ALLOC>> | <<SEC_HAS_CONTENTS>>; a debug section could be
|
1991-12-19 01:36:25 +00:00
|
|
|
. <<SEC_HAS_CONTENTS>> *}
|
|
|
|
.#define SEC_HAS_CONTENTS 0x200
|
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* An instruction to the linker to not output the section
|
1996-01-11 22:47:04 +00:00
|
|
|
. even if it has information which would normally be written. *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.#define SEC_NEVER_LOAD 0x400
|
|
|
|
.
|
1996-01-11 22:47:04 +00:00
|
|
|
. {* The section is a COFF shared library section. This flag is
|
|
|
|
. only for the linker. If this type of section appears in
|
|
|
|
. the input file, the linker must copy it to the output file
|
|
|
|
. without changing the vma or size. FIXME: Although this
|
|
|
|
. was originally intended to be general, it really is COFF
|
|
|
|
. specific (and the flag was renamed to indicate this). It
|
|
|
|
. might be cleaner to have some more general mechanism to
|
|
|
|
. allow the back end to control what the linker does with
|
|
|
|
. sections. *}
|
|
|
|
.#define SEC_COFF_SHARED_LIBRARY 0x800
|
1993-03-30 17:40:51 +00:00
|
|
|
.
|
Fri Jan 3 16:58:31 1997 Richard Henderson <rth@tamu.edu>
elf64-alpha multiple .got rewrite:
* elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
(bfd_elf*_mkobject): Don't define here ...
* elfxx-target.h: ... but rather here. Default always_size_sections
hook to NULL.
* elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
what the #defines in elf-bfd.h transmuted it to anyway.
* section.c: Add SEC_LINKER_CREATED flag.
* bfd-in2.h: Rebuild.
* elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
relocation section flags.
(elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
SEC_IN_MEMORY to recognize generated bits.
* elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
Likewise.
* elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
mips_elf_create_compact_rel_section, mips_elf_create_got_section,
mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
* elf32-ppc.c (ppc_elf_create_linker_section,
ppc_elf_size_dynamic_sections): Likewise.
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_size_dynamic_sections): Likewise.
* elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
section flags.
(_bfd_elf_create_dynamic_sections): Likewise.
(_bfd_elf_make_linker_section_rela): Likewise.
* elflink.h (elf_link_create_dynamic_sections): Likewise.
(bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
(elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
to identify generated bits.
(elf_link_input_bfd): Likewise.
* elf64-alpha.c: Rewrite everything touching relocations.
1997-01-03 22:09:40 +00:00
|
|
|
. {* The section contains common symbols (symbols may be defined
|
1993-03-30 17:40:51 +00:00
|
|
|
. multiple times, the value of a symbol is the amount of
|
|
|
|
. space it requires, and the largest symbol value is the one
|
1993-08-27 23:56:49 +00:00
|
|
|
. used). Most targets have exactly one of these (which we
|
1996-01-11 22:47:04 +00:00
|
|
|
. translate to bfd_com_section_ptr), but ECOFF has two. *}
|
1993-03-30 17:40:51 +00:00
|
|
|
.#define SEC_IS_COMMON 0x8000
|
1993-08-27 23:56:49 +00:00
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* The section contains only debugging information. For
|
|
|
|
. example, this is set for ELF .debug and .stab sections.
|
|
|
|
. strip tests this flag to see if a section can be
|
|
|
|
. discarded. *}
|
|
|
|
.#define SEC_DEBUGGING 0x10000
|
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. {* The contents of this section are held in memory pointed to
|
|
|
|
. by the contents field. This is checked by
|
|
|
|
. bfd_get_section_contents, and the data is retrieved from
|
|
|
|
. memory if appropriate. *}
|
|
|
|
.#define SEC_IN_MEMORY 0x20000
|
|
|
|
.
|
1996-01-11 22:47:04 +00:00
|
|
|
. {* The contents of this section are to be excluded by the
|
|
|
|
. linker for executable and shared objects unless those
|
|
|
|
. objects are to be further relocated. *}
|
|
|
|
.#define SEC_EXCLUDE 0x40000
|
|
|
|
.
|
|
|
|
. {* The contents of this section are to be sorted by the
|
|
|
|
. based on the address specified in the associated symbol
|
|
|
|
. table. *}
|
|
|
|
.#define SEC_SORT_ENTRIES 0x80000
|
|
|
|
.
|
Fri Jan 3 16:58:31 1997 Richard Henderson <rth@tamu.edu>
elf64-alpha multiple .got rewrite:
* elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
(bfd_elf*_mkobject): Don't define here ...
* elfxx-target.h: ... but rather here. Default always_size_sections
hook to NULL.
* elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
what the #defines in elf-bfd.h transmuted it to anyway.
* section.c: Add SEC_LINKER_CREATED flag.
* bfd-in2.h: Rebuild.
* elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
relocation section flags.
(elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
SEC_IN_MEMORY to recognize generated bits.
* elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
Likewise.
* elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
mips_elf_create_compact_rel_section, mips_elf_create_got_section,
mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
* elf32-ppc.c (ppc_elf_create_linker_section,
ppc_elf_size_dynamic_sections): Likewise.
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_size_dynamic_sections): Likewise.
* elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
section flags.
(_bfd_elf_create_dynamic_sections): Likewise.
(_bfd_elf_make_linker_section_rela): Likewise.
* elflink.h (elf_link_create_dynamic_sections): Likewise.
(bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
(elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
to identify generated bits.
(elf_link_input_bfd): Likewise.
* elf64-alpha.c: Rewrite everything touching relocations.
1997-01-03 22:09:40 +00:00
|
|
|
. {* When linking, duplicate sections of the same name should be
|
|
|
|
. discarded, rather than being combined into a single section as
|
|
|
|
. is usually done. This is similar to how common symbols are
|
|
|
|
. handled. See SEC_LINK_DUPLICATES below. *}
|
|
|
|
.#define SEC_LINK_ONCE 0x100000
|
|
|
|
.
|
|
|
|
. {* If SEC_LINK_ONCE is set, this bitfield describes how the linker
|
|
|
|
. should handle duplicate sections. *}
|
|
|
|
.#define SEC_LINK_DUPLICATES 0x600000
|
|
|
|
.
|
|
|
|
. {* This value for SEC_LINK_DUPLICATES means that duplicate
|
|
|
|
. sections with the same name should simply be discarded. *}
|
|
|
|
.#define SEC_LINK_DUPLICATES_DISCARD 0x0
|
|
|
|
.
|
|
|
|
. {* This value for SEC_LINK_DUPLICATES means that the linker
|
|
|
|
. should warn if there are any duplicate sections, although
|
|
|
|
. it should still only link one copy. *}
|
|
|
|
.#define SEC_LINK_DUPLICATES_ONE_ONLY 0x200000
|
|
|
|
.
|
|
|
|
. {* This value for SEC_LINK_DUPLICATES means that the linker
|
|
|
|
. should warn if any duplicate sections are a different size. *}
|
|
|
|
.#define SEC_LINK_DUPLICATES_SAME_SIZE 0x400000
|
|
|
|
.
|
|
|
|
. {* This value for SEC_LINK_DUPLICATES means that the linker
|
|
|
|
. should warn if any duplicate sections contain different
|
|
|
|
. contents. *}
|
|
|
|
.#define SEC_LINK_DUPLICATES_SAME_CONTENTS 0x600000
|
|
|
|
.
|
|
|
|
. {* This section was created by the linker as part of dynamic
|
|
|
|
. relocation or other arcane processing. It is skipped when
|
|
|
|
. going through the first-pass output, trusting that someone
|
|
|
|
. else up the line will take care of it later. *}
|
|
|
|
.#define SEC_LINKER_CREATED 0x800000
|
|
|
|
.
|
1993-08-27 23:56:49 +00:00
|
|
|
. {* End of section flags. *}
|
|
|
|
.
|
1996-03-27 22:23:18 +00:00
|
|
|
. {* Some internal packed boolean fields. *}
|
|
|
|
.
|
|
|
|
. {* See the vma field. *}
|
|
|
|
. unsigned int user_set_vma : 1;
|
|
|
|
.
|
|
|
|
. {* Whether relocations have been processed. *}
|
|
|
|
. unsigned int reloc_done : 1;
|
|
|
|
.
|
|
|
|
. {* A mark flag used by some of the linker backends. *}
|
|
|
|
. unsigned int linker_mark : 1;
|
|
|
|
.
|
|
|
|
. {* End of internal packed boolean fields. *}
|
|
|
|
.
|
1993-08-27 23:56:49 +00:00
|
|
|
. {* The virtual memory address of the section - where it will be
|
|
|
|
. at run time. The symbols are relocated against this. The
|
|
|
|
. user_set_vma flag is maintained by bfd; if it's not set, the
|
|
|
|
. backend can assign addresses (for example, in <<a.out>>, where
|
|
|
|
. the default address for <<.data>> is dependent on the specific
|
|
|
|
. target and various flags). *}
|
|
|
|
.
|
1991-12-19 01:36:25 +00:00
|
|
|
. bfd_vma vma;
|
|
|
|
.
|
1993-08-27 23:56:49 +00:00
|
|
|
. {* The load address of the section - where it would be in a
|
1993-11-05 19:51:52 +00:00
|
|
|
. rom image; really only used for writing section header
|
1993-08-27 23:56:49 +00:00
|
|
|
. information. *}
|
|
|
|
.
|
|
|
|
. bfd_vma lma;
|
|
|
|
.
|
1992-01-24 22:44:51 +00:00
|
|
|
. {* The size of the section in bytes, as it will be output.
|
1993-11-05 19:51:52 +00:00
|
|
|
. contains a value even if the section has no contents (e.g., the
|
1992-01-24 22:44:51 +00:00
|
|
|
. size of <<.bss>>). This will be filled in after relocation *}
|
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. bfd_size_type _cooked_size;
|
1992-01-24 22:44:51 +00:00
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* The original size on disk of the section, in bytes. Normally this
|
1992-01-24 22:44:51 +00:00
|
|
|
. value is the same as the size, but if some relaxing has
|
|
|
|
. been done, then this value will be bigger. *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. bfd_size_type _raw_size;
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. {* If this section is going to be output, then this value is the
|
|
|
|
. offset into the output section of the first byte in the input
|
1993-11-05 19:51:52 +00:00
|
|
|
. section. E.g., if this was going to start at the 100th byte in
|
1991-12-19 01:36:25 +00:00
|
|
|
. the output section, this value would be 100. *}
|
|
|
|
.
|
|
|
|
. bfd_vma output_offset;
|
|
|
|
.
|
|
|
|
. {* The output section through which to map on output. *}
|
|
|
|
.
|
|
|
|
. struct sec *output_section;
|
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* The alignment requirement of the section, as an exponent of 2 -
|
|
|
|
. e.g., 3 aligns to 2^3 (or 8). *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. unsigned int alignment_power;
|
|
|
|
.
|
|
|
|
. {* If an input section, a pointer to a vector of relocation
|
|
|
|
. records for the data in this section. *}
|
|
|
|
.
|
|
|
|
. struct reloc_cache_entry *relocation;
|
|
|
|
.
|
|
|
|
. {* If an output section, a pointer to a vector of pointers to
|
|
|
|
. relocation records for the data in this section. *}
|
|
|
|
.
|
|
|
|
. struct reloc_cache_entry **orelocation;
|
|
|
|
.
|
|
|
|
. {* The number of relocation records in one of the above *}
|
|
|
|
.
|
|
|
|
. unsigned reloc_count;
|
|
|
|
.
|
|
|
|
. {* Information below is back end specific - and not always used
|
1993-08-27 23:56:49 +00:00
|
|
|
. or updated. *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
1993-08-27 23:56:49 +00:00
|
|
|
. {* File position of section data *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. file_ptr filepos;
|
|
|
|
.
|
1991-12-19 01:36:25 +00:00
|
|
|
. {* File position of relocation info *}
|
|
|
|
.
|
|
|
|
. file_ptr rel_filepos;
|
|
|
|
.
|
|
|
|
. {* File position of line data *}
|
|
|
|
.
|
|
|
|
. file_ptr line_filepos;
|
|
|
|
.
|
|
|
|
. {* Pointer to data for applications *}
|
|
|
|
.
|
|
|
|
. PTR userdata;
|
|
|
|
.
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. {* If the SEC_IN_MEMORY flag is set, this points to the actual
|
|
|
|
. contents. *}
|
|
|
|
. unsigned char *contents;
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. {* Attached line number information *}
|
|
|
|
.
|
|
|
|
. alent *lineno;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
.
|
1991-12-19 01:36:25 +00:00
|
|
|
. {* Number of line number records *}
|
|
|
|
.
|
|
|
|
. unsigned int lineno_count;
|
|
|
|
.
|
|
|
|
. {* When a section is being output, this value changes as more
|
|
|
|
. linenumbers are written out *}
|
|
|
|
.
|
|
|
|
. file_ptr moving_line_filepos;
|
|
|
|
.
|
1993-11-05 19:51:52 +00:00
|
|
|
. {* What the section number is in the target world *}
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
1992-01-24 22:44:51 +00:00
|
|
|
. int target_index;
|
1991-12-19 01:36:25 +00:00
|
|
|
.
|
|
|
|
. PTR used_by_bfd;
|
|
|
|
.
|
|
|
|
. {* If this is a constructor section then here is a list of the
|
|
|
|
. relocations created to relocate items within it. *}
|
|
|
|
.
|
|
|
|
. struct relent_chain *constructor_chain;
|
|
|
|
.
|
|
|
|
. {* The BFD which owns the section. *}
|
|
|
|
.
|
|
|
|
. bfd *owner;
|
|
|
|
.
|
1992-01-24 22:44:51 +00:00
|
|
|
. {* A symbol which points at this section only *}
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
. struct symbol_cache_entry *symbol;
|
1992-01-24 22:44:51 +00:00
|
|
|
. struct symbol_cache_entry **symbol_ptr_ptr;
|
1993-08-27 23:56:49 +00:00
|
|
|
.
|
Extensive changes to move the bulk of the linker into BFD so that
more efficient backend code can be written for specific object
files. Only existing efficient backend is a.out.
* seclet.c, seclet.h: Removed.
* hash.c, linker.c, genlink.h: New files.
* bfd-in.h: Removed bfd_error_vector. Declared hash table
structures and functions.
(JUMP_TABLE): Removed bfd_seclet_link, added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* All backends: Changed accordingly.
* bfd-in2.h: Rebuilt.
* bfd.c (struct _bfd): Added link_next and archive_pass fields.
Removed ld_symbols field.
(bfd_nonrepresentable_section, bfd_undefined_symbol,
bfd_reloc_value_truncated, bfd_reloc_is_dangerous,
bfd_error_vector): Removed.
(bfd_default_error_trap, bfd_error_trap,
bfd_error_nonrepresentabltrap): Removed.
(bfd_get_relocated_section_contents): Pass link_info. Pass
link_order instead of seclet. Pass symbols.
(bfd_relax_section): Pass link_info.
(bfd_seclet_link): Removed.
(bfd_link_hash_table_create, bfd_link_add_symbols,
bfd_final_link): New macros.
* libbfd-in.h: If __GNUC__ is defined and alloca is not, define
alloca as __builtin_alloca. Declare internal linking functions.
* libbfd.h: Rebuilt.
* libbfd.c (bfd_seek): Comment out fseek assertion. It's worked
for months.
* reloc.c (reloc_howto_type): Added error_message argument to
special_function field. Changed all callers and all definitions.
(bfd_get_reloc_size): Make argument a const pointer.
(bfd_perform_relocation): Add error_message argument to hold
string set if return value if bfd_reloc_dangerous. Changed all
callers.
(_bfd_final_link_relocate, _bfd_relocate_contents): New functions.
* section.c (asection): Renamed seclets_head and seclets_tail to
link_order_head and link_order_tail.
* targets.c (bfd_target): Replaced seclet argument with link_info
and link_order and symbols arguments in
bfd_get_relocated_section_contents. Added symbols argument to
bfd_relax_section. Removed bfd_seclet_link. Added
bfd_link_hash_table_create, bfd_link_add_symbols and
bfd_final_link.
* libaout.h (struct aoutdata): Added external_syms,
external_sym_count, external_strings, sym_hashes fields.
(obj_aout_external_syms, obj_aout_external_sym_count,
obj_aout_external_strings, obj_aout_sym_hashes): New accessor
macros.
(WRITE_HEADERS): Only output symbols if outsymbols is not NULL.
* aoutx.h: Wrote new back end linker routines.
(translate_to_native_sym_flags): Return boolean value. Don't use
bfd_error_vector.
(NAME(aout,write_syms)): Return boolean value. Check return value
of translate_to_native_sym_flags and bfd_write.
* aout-target.h (final_link_callback): New function.
(MY_bfd_final_link): New function.
* aout-adobe.c (aout_adobe_write_object_contents): Check return
value of aout_32_write_syms.
* hp300hpux.c (MY(write_object_contents)): Likewise.
* i386lynx.c (WRITE_HEADERS): Likewise.
* libaout.h (WRITE_HEADERS): Likewise.
* bout.c: Changed functions to use link_info->callbacks rather
than bfd_error_vector, and link_orders rather than seclets.
* coff-alpha.c: Likewise.
* coff-h8300.c: Likewise.
* coff-h8500.c: Likewise.
* coff-sh.c: Likewise.
* coff-z8k.c: Likewise.
* elf32-hppa.c: Likewise.
* reloc16.c: Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Look
up _gp in the hash table rather than in outsymbols.
* coff-a29k.c (a29k_reloc): Pass errors back in new error_message
argument rather than printing them.
* coffcode.h (bfd_coff_reloc16_extra_cases): Take link_info and
link_order arguments rather than seclet. Changed all uses and
definitions.
(bfd_coff_reloc16_estimate): Pass link_info arguments. Changed
all uses and definitions.
* libcoff.h: Rebuilt.
* ecoff.c (ecoff_get_extr): If symbol is defined by linker, but
not by ECOFF, make it scAbs.
(ecoff_bfd_final_link): Renamed from ecoff_bfd_seclet_link and
rewritten.
* elf32-mips.c (mips_elf_final_link): Renamed from
mips_elf_seclet_link and rewritten.
* elf32-hppa.c (elf32_hppa_stub_description): Added link_info
field.
(new_stub, add_stub_by_name, hppa_elf_build_arg_reloc_stub,
hppa_elf_build_long_branch_stub, hppa_look_for_stubs_in_section):
Added link_info arguments. Changed all callers.
* elfcode.h (elf_slurp_symbol_table): Don't quit if outsymbols is
not NULL.
* oasys.c (oasys_write_sections): Return boolean value rather than
using bfd_error_vector.
(oasys_write_object_contents): Check return value of
oasys_write_sections.
* hosts/std-host.h: Don't declare qsort or strtol.
* Makefile.in: Rebuild dependencies.
(BFD_LIBS): Removed seclet.o. Added hash.o and linker.o.
(CFILES): Removed seclet.c. Added hash.c and linker.c.
(HFILES): Removed seclet.h. Added genlink.h.
1993-12-30 19:56:50 +00:00
|
|
|
. struct bfd_link_order *link_order_head;
|
|
|
|
. struct bfd_link_order *link_order_tail;
|
1991-12-19 01:36:25 +00:00
|
|
|
.} asection ;
|
1992-01-24 22:44:51 +00:00
|
|
|
.
|
1993-08-27 23:56:49 +00:00
|
|
|
. {* These sections are global, and are managed by BFD. The application
|
|
|
|
. and target back end are not permitted to change the values in
|
1996-01-11 22:47:04 +00:00
|
|
|
. these sections. New code should use the section_ptr macros rather
|
|
|
|
. than referring directly to the const sections. The const sections
|
|
|
|
. may eventually vanish. *}
|
1992-01-24 22:44:51 +00:00
|
|
|
.#define BFD_ABS_SECTION_NAME "*ABS*"
|
|
|
|
.#define BFD_UND_SECTION_NAME "*UND*"
|
|
|
|
.#define BFD_COM_SECTION_NAME "*COM*"
|
1993-03-30 17:40:51 +00:00
|
|
|
.#define BFD_IND_SECTION_NAME "*IND*"
|
1992-01-24 22:44:51 +00:00
|
|
|
.
|
|
|
|
. {* the absolute section *}
|
1996-01-11 22:47:04 +00:00
|
|
|
.extern const asection bfd_abs_section;
|
|
|
|
.#define bfd_abs_section_ptr ((asection *) &bfd_abs_section)
|
|
|
|
.#define bfd_is_abs_section(sec) ((sec) == bfd_abs_section_ptr)
|
1992-01-24 22:44:51 +00:00
|
|
|
. {* Pointer to the undefined section *}
|
1996-01-11 22:47:04 +00:00
|
|
|
.extern const asection bfd_und_section;
|
|
|
|
.#define bfd_und_section_ptr ((asection *) &bfd_und_section)
|
|
|
|
.#define bfd_is_und_section(sec) ((sec) == bfd_und_section_ptr)
|
1992-01-24 22:44:51 +00:00
|
|
|
. {* Pointer to the common section *}
|
1996-01-11 22:47:04 +00:00
|
|
|
.extern const asection bfd_com_section;
|
|
|
|
.#define bfd_com_section_ptr ((asection *) &bfd_com_section)
|
1993-03-30 17:40:51 +00:00
|
|
|
. {* Pointer to the indirect section *}
|
1996-01-11 22:47:04 +00:00
|
|
|
.extern const asection bfd_ind_section;
|
|
|
|
.#define bfd_ind_section_ptr ((asection *) &bfd_ind_section)
|
|
|
|
.#define bfd_is_ind_section(sec) ((sec) == bfd_ind_section_ptr)
|
|
|
|
.
|
|
|
|
.extern const struct symbol_cache_entry * const bfd_abs_symbol;
|
|
|
|
.extern const struct symbol_cache_entry * const bfd_com_symbol;
|
|
|
|
.extern const struct symbol_cache_entry * const bfd_und_symbol;
|
|
|
|
.extern const struct symbol_cache_entry * const bfd_ind_symbol;
|
1992-01-24 22:44:51 +00:00
|
|
|
.#define bfd_get_section_size_before_reloc(section) \
|
|
|
|
. (section->reloc_done ? (abort(),1): (section)->_raw_size)
|
|
|
|
.#define bfd_get_section_size_after_reloc(section) \
|
|
|
|
. ((section->reloc_done) ? (section)->_cooked_size: (abort(),1))
|
1991-07-04 16:52:19 +00:00
|
|
|
*/
|
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
/* These symbols are global, not specific to any BFD. Therefore, anything
|
|
|
|
that tries to change them is broken, and should be repaired. */
|
1996-01-11 22:47:04 +00:00
|
|
|
static const asymbol global_syms[] =
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
{
|
|
|
|
/* the_bfd, name, value, attr, section [, udata] */
|
1996-01-11 22:47:04 +00:00
|
|
|
{0, BFD_COM_SECTION_NAME, 0, BSF_SECTION_SYM, (asection *) &bfd_com_section},
|
|
|
|
{0, BFD_UND_SECTION_NAME, 0, BSF_SECTION_SYM, (asection *) &bfd_und_section},
|
|
|
|
{0, BFD_ABS_SECTION_NAME, 0, BSF_SECTION_SYM, (asection *) &bfd_abs_section},
|
|
|
|
{0, BFD_IND_SECTION_NAME, 0, BSF_SECTION_SYM, (asection *) &bfd_ind_section},
|
1992-11-05 11:13:01 +00:00
|
|
|
};
|
|
|
|
|
1993-03-30 17:40:51 +00:00
|
|
|
#define STD_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
|
1996-01-11 22:47:04 +00:00
|
|
|
const asymbol * const SYM = (asymbol *) &global_syms[IDX]; \
|
|
|
|
const asection SEC = \
|
1996-03-27 22:23:18 +00:00
|
|
|
{ NAME, 0, 0, FLAGS, 0, 0, 0, 0, 0, 0, 0, 0, (asection *) &SEC, \
|
|
|
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
|
|
|
|
(asymbol *) &global_syms[IDX], (asymbol **) &SYM, 0, 0 }
|
1996-01-11 22:47:04 +00:00
|
|
|
|
|
|
|
STD_SECTION (bfd_com_section, SEC_IS_COMMON, bfd_com_symbol,
|
|
|
|
BFD_COM_SECTION_NAME, 0);
|
1993-03-30 17:40:51 +00:00
|
|
|
STD_SECTION (bfd_und_section, 0, bfd_und_symbol, BFD_UND_SECTION_NAME, 1);
|
|
|
|
STD_SECTION (bfd_abs_section, 0, bfd_abs_symbol, BFD_ABS_SECTION_NAME, 2);
|
|
|
|
STD_SECTION (bfd_ind_section, 0, bfd_ind_symbol, BFD_IND_SECTION_NAME, 3);
|
1992-11-05 11:13:01 +00:00
|
|
|
#undef STD_SECTION
|
1992-01-24 22:44:51 +00:00
|
|
|
|
|
|
|
/*
|
1992-11-05 11:13:01 +00:00
|
|
|
DOCDD
|
|
|
|
INODE
|
|
|
|
section prototypes, , typedef asection, Sections
|
1991-12-19 01:36:25 +00:00
|
|
|
SUBSECTION
|
1993-12-30 15:51:16 +00:00
|
|
|
Section prototypes
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-12-30 15:51:16 +00:00
|
|
|
These are the functions exported by the section handling part of BFD.
|
1991-12-19 01:36:25 +00:00
|
|
|
*/
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
FUNCTION
|
1991-12-19 01:36:25 +00:00
|
|
|
bfd_get_section_by_name
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
SYNOPSIS
|
|
|
|
asection *bfd_get_section_by_name(bfd *abfd, CONST char *name);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
DESCRIPTION
|
1993-12-30 15:51:16 +00:00
|
|
|
Run through @var{abfd} and return the one of the
|
|
|
|
<<asection>>s whose name matches @var{name}, otherwise <<NULL>>.
|
1991-12-19 01:36:25 +00:00
|
|
|
@xref{Sections}, for more information.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
This should only be used in special cases; the normal way to process
|
1993-12-30 15:51:16 +00:00
|
|
|
all sections of a given name is to use <<bfd_map_over_sections>> and
|
|
|
|
<<strcmp>> on the name (or better yet, base it on the section flags
|
1993-11-05 19:51:52 +00:00
|
|
|
or something else) for each section.
|
1991-12-19 01:36:25 +00:00
|
|
|
*/
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
asection *
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_get_section_by_name (abfd, name)
|
|
|
|
bfd *abfd;
|
|
|
|
CONST char *name;
|
1991-12-19 01:36:25 +00:00
|
|
|
{
|
|
|
|
asection *sect;
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
for (sect = abfd->sections; sect != NULL; sect = sect->next)
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
if (!strcmp (sect->name, name))
|
|
|
|
return sect;
|
1991-12-19 01:36:25 +00:00
|
|
|
return NULL;
|
|
|
|
}
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_make_section_old_way
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
SYNOPSIS
|
1993-11-05 19:51:52 +00:00
|
|
|
asection *bfd_make_section_old_way(bfd *abfd, CONST char *name);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
DESCRIPTION
|
1993-11-05 19:51:52 +00:00
|
|
|
Create a new empty section called @var{name}
|
|
|
|
and attach it to the end of the chain of sections for the
|
|
|
|
BFD @var{abfd}. An attempt to create a section with a name which
|
1993-12-30 15:51:16 +00:00
|
|
|
is already in use returns its pointer without changing the
|
1991-12-19 01:36:25 +00:00
|
|
|
section chain.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
It has the funny name since this is the way it used to be
|
1993-11-05 19:51:52 +00:00
|
|
|
before it was rewritten....
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
Possible errors are:
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
o <<bfd_error_invalid_operation>> -
|
1991-12-19 01:36:25 +00:00
|
|
|
If output has already started for this BFD.
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
o <<bfd_error_no_memory>> -
|
1991-12-19 01:36:25 +00:00
|
|
|
If obstack alloc fails.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
asection *
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_make_section_old_way (abfd, name)
|
|
|
|
bfd *abfd;
|
|
|
|
CONST char *name;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
asection *sec = bfd_get_section_by_name (abfd, name);
|
|
|
|
if (sec == (asection *) NULL)
|
1991-12-19 01:36:25 +00:00
|
|
|
{
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
sec = bfd_make_section (abfd, name);
|
1991-12-19 01:36:25 +00:00
|
|
|
}
|
|
|
|
return sec;
|
1991-07-04 16:52:19 +00:00
|
|
|
}
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
1993-11-05 19:51:52 +00:00
|
|
|
bfd_make_section_anyway
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
SYNOPSIS
|
1993-11-05 19:51:52 +00:00
|
|
|
asection *bfd_make_section_anyway(bfd *abfd, CONST char *name);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
DESCRIPTION
|
1993-11-05 19:51:52 +00:00
|
|
|
Create a new empty section called @var{name} and attach it to the end of
|
|
|
|
the chain of sections for @var{abfd}. Create a new section even if there
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
is already a section with that name.
|
1991-12-19 01:36:25 +00:00
|
|
|
|
1993-12-30 15:51:16 +00:00
|
|
|
Return <<NULL>> and set <<bfd_error>> on error; possible errors are:
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
o <<bfd_error_invalid_operation>> - If output has already started for @var{abfd}.
|
|
|
|
o <<bfd_error_no_memory>> - If obstack alloc fails.
|
1991-07-04 16:52:19 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
sec_ptr
|
1993-11-05 19:51:52 +00:00
|
|
|
bfd_make_section_anyway (abfd, name)
|
|
|
|
bfd *abfd;
|
|
|
|
CONST char *name;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
1993-11-05 19:51:52 +00:00
|
|
|
asection *newsect;
|
|
|
|
asection **prev = &abfd->sections;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
asection *sect = abfd->sections;
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
if (abfd->output_has_begun)
|
|
|
|
{
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
bfd_set_error (bfd_error_invalid_operation);
|
1993-11-05 19:51:52 +00:00
|
|
|
return NULL;
|
|
|
|
}
|
1993-03-30 17:40:51 +00:00
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
while (sect)
|
|
|
|
{
|
|
|
|
prev = §->next;
|
|
|
|
sect = sect->next;
|
|
|
|
}
|
1991-07-04 16:52:19 +00:00
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
newsect = (asection *) bfd_zalloc (abfd, sizeof (asection));
|
|
|
|
if (newsect == NULL)
|
1996-01-11 22:47:04 +00:00
|
|
|
return NULL;
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
newsect->name = name;
|
|
|
|
newsect->index = abfd->section_count++;
|
|
|
|
newsect->flags = SEC_NO_FLAGS;
|
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
newsect->userdata = NULL;
|
|
|
|
newsect->contents = NULL;
|
|
|
|
newsect->next = (asection *) NULL;
|
|
|
|
newsect->relocation = (arelent *) NULL;
|
1991-07-04 16:52:19 +00:00
|
|
|
newsect->reloc_count = 0;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
newsect->line_filepos = 0;
|
1991-07-04 16:52:19 +00:00
|
|
|
newsect->owner = abfd;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
/* Create a symbol whos only job is to point to this section. This is
|
|
|
|
useful for things like relocs which are relative to the base of a
|
|
|
|
section. */
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
newsect->symbol = bfd_make_empty_symbol (abfd);
|
1996-01-11 22:47:04 +00:00
|
|
|
if (newsect->symbol == NULL)
|
Make all callers of malloc or realloc (including via obstacks)
check the result for NULL. Most set bfd_error to no_memory and
return in that case; a few are harder to fix, and are marked
with "FIXME <return type>".
* elf32-hppa.c (hppa_elf_build_arg_reloc_stub
hppa_elf_build_long_branch_stub): Check bfd_make_empty_symbol return.
* linker.c (_bfd_generic_link_output_symbols
_bfd_generic_link_write_global_symbol): Ditto
* section.c (bfd_make_section_anyway): Ditto.
* tekhex.c (find_chunk tekhex_mkobject): Check bfd_alloc.
(first_phase): Ditto. FIXME void
(tekhex_make_empty_symbol): Check bfd_zalloc.
* sunos.c (sunos_read_dynamic_info): Check bfd_zalloc.
(MY(read_dynamic_symbols) MY(read_dynamic_relocs)): Check bfd_alloc.
* stringhash.c (_bfd_stringtab_hash_newfunc): Check bfd_hash_allocate.
* srec.c: Indent.
(fillup_symbols): Check bfd_alloc. FIXME void
(srec_mkobject srec_get_section_contents
srec_set_section_contents): Check bfd_alloc.
(srec_make_empty_symbol): Check bfd_zalloc.
* som.c (hppa_som_gen_reloc_type): Check bfd_alloc_by_size_t.
(make_unique_section): Check bfd_alloc.
(som_new_section_hook): Check bfd_zalloc.
(bfd_som_attach_aux_hdr): Ditto. FIXME void
* rs6000-core.c (rs6000coff_core_p): Check bfd_zalloc.
* osf-core.c (osf_core_make_empty_symbol): Check bfd_zalloc.
(osf_core_core_file_p): Check bfd_alloc.
* oasys.c (oasys_slurp_symbol_table oasys_archive_p
oasys_mkobject oasys_object_p oasys_new_section_hook
oasys_set_section_contents): Check bfd_alloc.
(oasys_slurp_section_data): Check bfd_zalloc and bfd_alloc.
(oasys_make_empty_symbol): Check bfd_zalloc.
* nlmcode.h (nlm_make_empty_symbol): Check bfd_zalloc.
(nlm_slurp_symbol_table): Check bfd_zalloc and bfd_alloc.
* nlm32-sparc.c (nlm_sparc_read_import): Check bfd_alloc.
* nlm32-i386.c (nlm_i386_read_import): Check bfd_alloc.
* nlm32-alpha.c (nlm_alpha_read_import): Check bfd_alloc.
* linker.c (_bfd_link_hash_newfunc
(generic_link_hash_newfunc
(archive_hash_newfunc
(_bfd_generic_link_add_one_symbol): Check bfd_hash_allocate.
(_bfd_generic_final_link
(_bfd_generic_link_output_symbols
(default_indirect_link_order): Check bfd_alloc.
(bfd_new_link_order): Check bfd_alloc_by_size_t.
* irix-core.c (irix_core_make_empty_symbol): Check bfd_zalloc.
* ieee.c: Indent.
(read_id get_symbol get_section_entry ieee_archive_p ieee_object_p
ieee_slurp_section_data ieee_new_section_hook): Check bfd_alloc.
(do_one): Check bfd_alloc. Return a boolean.
(ieee_slurp_section_data): Check it.
(init_for_output): Check bfd_alloc. Return a boolean.
(ieee_set_section_contents): Check it.
(do_with_relocs): Check bfd_alloc. Return a boolean.
(ieee_bfd_debug_info_accumulate): Ditto. FIXME void.
(ieee_mkobject): Check bfd_zalloc.
(ieee_make_empty_symbol): Check bfd_zmalloc.
* hpux-core.c (hpux_core_make_empty_symbol): Check
bfd_zalloc.
* hppabsd-core.c (hppabsd_core_make_empty_symbol): Check
bfd_zalloc.
(hppabsd_core_core_file_p): Check bfd_zalloc.
* hp300hpux.c (MY(slurp_symbol_table)): Check bfd_alloc.
* elfcode.h (elf_new_section_hook): Check bfd_alloc.
(bfd_section_from_phdr): Ditto.
(write_relocs): Ditto. FIXME void
(elf_map_symbols assign_section_numbers map_program_segments):
Ditto. Return a boolean.
(swap_out_syms): Ditto. Check elf_map_symbols.
(elf_slurp_symbol_table): Check bfd_zalloc.
(elf_slurp_reloca_table): Check bfd_alloc.
(elf_slurp_reloc_table): Ditto.
(elf_compute_section_file_positions): Check assign_section_numbers.
(assign_file_positions_except_relocs): Return a boolean.
Check map_program_segments.
(elf_compute_section_file_positions): Check it.
* elf32-mips.c (mips_elf_final_link): Check bfd_alloc.
* elf32-hppa.c (hppa_elf_stub_branch_reloc): Check bfd_zmalloc and
realloc.
(hppa_elf_stub_reloc): Ditto.
(hppa_elf_build_arg_reloc_stub): Check bfd_zalloc.
(hppa_elf_build_long_branch_stub): Ditto.
(elf32_hppa_backend_symbol_table_processing): Ditto.
* ecoff.c (ecoff_set_symbol_info): Check bfd_alloc. Return a boolean.
(ecoff_slurp_symbol_table): Check it.
(ecoff_slurp_armap): Check bfd_alloc.
(ecoff_write_armap): Check bfd_zalloc.
(ecoff_link_hash_newfunc): Check bfd_hash_allocate and
_bfd_link_hash_newfunc.
(ecoff_link_add_externals): Check bfd_alloc.
* ctor.c (bfd_constructor_entry): Check bfd_alloc.
* coffgen.c (coff_real_object_p): Check bfd_alloc.
(coff_renumber_symbols): Check bfd_alloc_by_size_t. Return a boolean.
(coff_write_symbol): Check bfd_alloc. FIXME int
(coff_write_linenumbers): Check bfd_alloc. Return a boolean.
(coff_section_symbol): Check bfd_alloc_by_size_t.
(coff_get_normalized_symtab): Check bfd_alloc.
(coff_bfd_make_debug_symbol): Check bfd_zalloc.
* libcoff-in.h: Change decls of coff_renumber_symbols,
coff_write_linenumbers.
* libcoff.h: Rebuilt.
* coffcode.h (coff_write_object_contents): Check
coff_renumber_symbols, coff_write_linenumbers.
* coffcode.h: Indent.
(coff_add_missing_symbols): Check bfd_alloc_by_size_t. Return a
boolean.
(coff_write_object_contents): Check it.
* coff-alpha.c (alpha_relocate_section): Check bfd_alloc.
* coff-mips.c (mips_relocate_section): Ditto.
* archive.c (bfd_slurp_bsd_armap_f2): Check bfd_alloc value.
(do_slurp_bsd_armap): Ditto.
(compute_and_write_armap): Check bfd_realloc value.
* aoutx.h (translate_from_native_sym_flags): Check bfd_alloc
return value. Return boolean value.
(NAME(aout,make_empty_symbol)): Check bfd_zalloc return value.
(NAME(aout,slurp_symbol_table)): Check bf_alloc and bfd_zalloc
return value.
(add_to_stringtab): Ditto. FIXME void
(aout_link_hash_newfunc): Check bfd_hash_allocate return value.
(aout_link_add_symbols): Check bfd_alloc value.
(translate_symbol_table): Check translate_from_native_sym_flags.
* hp300hpux.c (MY(slurp_symbol_table)): Ditto.
* aoutx.h (aout_link_hash_newfunc): Check _bfd_link_hash_newfunc.
* opncls.c (bfd_zalloc bfd_realloc): Check result of bfd_alloc.
* opncls.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
(_bfd_new_bfd): Check obstack_begin for 0 return.
* ieee.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
(ieee_archive_p): Check obstack_begin for 0 return and
obstack_finish for NULL return.
* hash.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
(bfd_hash_table_init_n): Check obstack_begin for 0 return and
obstack_finish for NULL return.
(bfd_hash_lookup): Check obstack_alloc for NULL return.
* ecofflink.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
bfd_ecoff_debug_accumulate
bfd_ecoff_debug_accumulate_other): Check obstack_alloc.
(add_file_shuffle add_memory_shuffle): Check obstack_alloc for
NULL return. Return boolean, not void.
(bfd_ecoff_debug_init): Check obstack_begin for 0 return.
(bfd_ecoff_debug_accumulate): Check add_file_shuffle
and add_memory_shuffle return.
(string_hash_newfunc): Check bfd_hash_allocate and bfd_hash_newfunc.
(bfd_ecoff_debug_accumulate): Check bfd_alloc.
(ecoff_add_string): Check add_memory_shuffle return.
* libbfd-in.h (xmalloc, bfd_xmalloc, bfd_xmalloc_by_size_t):
Remove decls.
* libbfd.h: Rebuilt.
1994-02-12 00:45:54 +00:00
|
|
|
return NULL;
|
1992-01-24 22:44:51 +00:00
|
|
|
newsect->symbol->name = name;
|
|
|
|
newsect->symbol->value = 0;
|
|
|
|
newsect->symbol->section = newsect;
|
|
|
|
newsect->symbol->flags = BSF_SECTION_SYM;
|
|
|
|
|
|
|
|
newsect->symbol_ptr_ptr = &newsect->symbol;
|
1993-11-05 19:51:52 +00:00
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
if (BFD_SEND (abfd, _new_section_hook, (abfd, newsect)) != true)
|
|
|
|
{
|
|
|
|
free (newsect);
|
|
|
|
return NULL;
|
|
|
|
}
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
*prev = newsect;
|
|
|
|
return newsect;
|
|
|
|
}
|
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_make_section
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
asection *bfd_make_section(bfd *, CONST char *name);
|
|
|
|
|
|
|
|
DESCRIPTION
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
Like <<bfd_make_section_anyway>>, but return <<NULL>> (without calling
|
|
|
|
bfd_set_error ()) without changing the section chain if there is already a
|
1993-12-30 15:51:16 +00:00
|
|
|
section named @var{name}. If there is an error, return <<NULL>> and set
|
|
|
|
<<bfd_error>>.
|
1993-11-05 19:51:52 +00:00
|
|
|
*/
|
|
|
|
|
1996-01-11 22:47:04 +00:00
|
|
|
asection *
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_make_section (abfd, name)
|
|
|
|
bfd *abfd;
|
|
|
|
CONST char *name;
|
1993-11-05 19:51:52 +00:00
|
|
|
{
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
asection *sect = abfd->sections;
|
|
|
|
|
|
|
|
if (strcmp (name, BFD_ABS_SECTION_NAME) == 0)
|
|
|
|
{
|
1996-01-11 22:47:04 +00:00
|
|
|
return bfd_abs_section_ptr;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
}
|
|
|
|
if (strcmp (name, BFD_COM_SECTION_NAME) == 0)
|
|
|
|
{
|
1996-01-11 22:47:04 +00:00
|
|
|
return bfd_com_section_ptr;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
}
|
|
|
|
if (strcmp (name, BFD_UND_SECTION_NAME) == 0)
|
|
|
|
{
|
1996-01-11 22:47:04 +00:00
|
|
|
return bfd_und_section_ptr;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
if (strcmp (name, BFD_IND_SECTION_NAME) == 0)
|
|
|
|
{
|
1996-01-11 22:47:04 +00:00
|
|
|
return bfd_ind_section_ptr;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
while (sect)
|
|
|
|
{
|
|
|
|
if (!strcmp (sect->name, name))
|
|
|
|
return NULL;
|
|
|
|
sect = sect->next;
|
|
|
|
}
|
1993-11-05 19:51:52 +00:00
|
|
|
|
|
|
|
/* The name is not already used; go ahead and make a new section. */
|
|
|
|
return bfd_make_section_anyway (abfd, name);
|
|
|
|
}
|
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_set_section_flags
|
|
|
|
|
|
|
|
SYNOPSIS
|
1993-11-05 19:51:52 +00:00
|
|
|
boolean bfd_set_section_flags(bfd *abfd, asection *sec, flagword flags);
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
1993-11-05 19:51:52 +00:00
|
|
|
Set the attributes of the section @var{sec} in the BFD
|
1993-12-30 15:51:16 +00:00
|
|
|
@var{abfd} to the value @var{flags}. Return <<true>> on success,
|
1993-11-05 19:51:52 +00:00
|
|
|
<<false>> on error. Possible error returns are:
|
1991-12-19 01:36:25 +00:00
|
|
|
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
o <<bfd_error_invalid_operation>> -
|
1991-12-19 01:36:25 +00:00
|
|
|
The section cannot have one or more of the attributes
|
|
|
|
requested. For example, a .bss section in <<a.out>> may not
|
|
|
|
have the <<SEC_HAS_CONTENTS>> field set.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
Make all callers of malloc or realloc (including via obstacks)
check the result for NULL. Most set bfd_error to no_memory and
return in that case; a few are harder to fix, and are marked
with "FIXME <return type>".
* elf32-hppa.c (hppa_elf_build_arg_reloc_stub
hppa_elf_build_long_branch_stub): Check bfd_make_empty_symbol return.
* linker.c (_bfd_generic_link_output_symbols
_bfd_generic_link_write_global_symbol): Ditto
* section.c (bfd_make_section_anyway): Ditto.
* tekhex.c (find_chunk tekhex_mkobject): Check bfd_alloc.
(first_phase): Ditto. FIXME void
(tekhex_make_empty_symbol): Check bfd_zalloc.
* sunos.c (sunos_read_dynamic_info): Check bfd_zalloc.
(MY(read_dynamic_symbols) MY(read_dynamic_relocs)): Check bfd_alloc.
* stringhash.c (_bfd_stringtab_hash_newfunc): Check bfd_hash_allocate.
* srec.c: Indent.
(fillup_symbols): Check bfd_alloc. FIXME void
(srec_mkobject srec_get_section_contents
srec_set_section_contents): Check bfd_alloc.
(srec_make_empty_symbol): Check bfd_zalloc.
* som.c (hppa_som_gen_reloc_type): Check bfd_alloc_by_size_t.
(make_unique_section): Check bfd_alloc.
(som_new_section_hook): Check bfd_zalloc.
(bfd_som_attach_aux_hdr): Ditto. FIXME void
* rs6000-core.c (rs6000coff_core_p): Check bfd_zalloc.
* osf-core.c (osf_core_make_empty_symbol): Check bfd_zalloc.
(osf_core_core_file_p): Check bfd_alloc.
* oasys.c (oasys_slurp_symbol_table oasys_archive_p
oasys_mkobject oasys_object_p oasys_new_section_hook
oasys_set_section_contents): Check bfd_alloc.
(oasys_slurp_section_data): Check bfd_zalloc and bfd_alloc.
(oasys_make_empty_symbol): Check bfd_zalloc.
* nlmcode.h (nlm_make_empty_symbol): Check bfd_zalloc.
(nlm_slurp_symbol_table): Check bfd_zalloc and bfd_alloc.
* nlm32-sparc.c (nlm_sparc_read_import): Check bfd_alloc.
* nlm32-i386.c (nlm_i386_read_import): Check bfd_alloc.
* nlm32-alpha.c (nlm_alpha_read_import): Check bfd_alloc.
* linker.c (_bfd_link_hash_newfunc
(generic_link_hash_newfunc
(archive_hash_newfunc
(_bfd_generic_link_add_one_symbol): Check bfd_hash_allocate.
(_bfd_generic_final_link
(_bfd_generic_link_output_symbols
(default_indirect_link_order): Check bfd_alloc.
(bfd_new_link_order): Check bfd_alloc_by_size_t.
* irix-core.c (irix_core_make_empty_symbol): Check bfd_zalloc.
* ieee.c: Indent.
(read_id get_symbol get_section_entry ieee_archive_p ieee_object_p
ieee_slurp_section_data ieee_new_section_hook): Check bfd_alloc.
(do_one): Check bfd_alloc. Return a boolean.
(ieee_slurp_section_data): Check it.
(init_for_output): Check bfd_alloc. Return a boolean.
(ieee_set_section_contents): Check it.
(do_with_relocs): Check bfd_alloc. Return a boolean.
(ieee_bfd_debug_info_accumulate): Ditto. FIXME void.
(ieee_mkobject): Check bfd_zalloc.
(ieee_make_empty_symbol): Check bfd_zmalloc.
* hpux-core.c (hpux_core_make_empty_symbol): Check
bfd_zalloc.
* hppabsd-core.c (hppabsd_core_make_empty_symbol): Check
bfd_zalloc.
(hppabsd_core_core_file_p): Check bfd_zalloc.
* hp300hpux.c (MY(slurp_symbol_table)): Check bfd_alloc.
* elfcode.h (elf_new_section_hook): Check bfd_alloc.
(bfd_section_from_phdr): Ditto.
(write_relocs): Ditto. FIXME void
(elf_map_symbols assign_section_numbers map_program_segments):
Ditto. Return a boolean.
(swap_out_syms): Ditto. Check elf_map_symbols.
(elf_slurp_symbol_table): Check bfd_zalloc.
(elf_slurp_reloca_table): Check bfd_alloc.
(elf_slurp_reloc_table): Ditto.
(elf_compute_section_file_positions): Check assign_section_numbers.
(assign_file_positions_except_relocs): Return a boolean.
Check map_program_segments.
(elf_compute_section_file_positions): Check it.
* elf32-mips.c (mips_elf_final_link): Check bfd_alloc.
* elf32-hppa.c (hppa_elf_stub_branch_reloc): Check bfd_zmalloc and
realloc.
(hppa_elf_stub_reloc): Ditto.
(hppa_elf_build_arg_reloc_stub): Check bfd_zalloc.
(hppa_elf_build_long_branch_stub): Ditto.
(elf32_hppa_backend_symbol_table_processing): Ditto.
* ecoff.c (ecoff_set_symbol_info): Check bfd_alloc. Return a boolean.
(ecoff_slurp_symbol_table): Check it.
(ecoff_slurp_armap): Check bfd_alloc.
(ecoff_write_armap): Check bfd_zalloc.
(ecoff_link_hash_newfunc): Check bfd_hash_allocate and
_bfd_link_hash_newfunc.
(ecoff_link_add_externals): Check bfd_alloc.
* ctor.c (bfd_constructor_entry): Check bfd_alloc.
* coffgen.c (coff_real_object_p): Check bfd_alloc.
(coff_renumber_symbols): Check bfd_alloc_by_size_t. Return a boolean.
(coff_write_symbol): Check bfd_alloc. FIXME int
(coff_write_linenumbers): Check bfd_alloc. Return a boolean.
(coff_section_symbol): Check bfd_alloc_by_size_t.
(coff_get_normalized_symtab): Check bfd_alloc.
(coff_bfd_make_debug_symbol): Check bfd_zalloc.
* libcoff-in.h: Change decls of coff_renumber_symbols,
coff_write_linenumbers.
* libcoff.h: Rebuilt.
* coffcode.h (coff_write_object_contents): Check
coff_renumber_symbols, coff_write_linenumbers.
* coffcode.h: Indent.
(coff_add_missing_symbols): Check bfd_alloc_by_size_t. Return a
boolean.
(coff_write_object_contents): Check it.
* coff-alpha.c (alpha_relocate_section): Check bfd_alloc.
* coff-mips.c (mips_relocate_section): Ditto.
* archive.c (bfd_slurp_bsd_armap_f2): Check bfd_alloc value.
(do_slurp_bsd_armap): Ditto.
(compute_and_write_armap): Check bfd_realloc value.
* aoutx.h (translate_from_native_sym_flags): Check bfd_alloc
return value. Return boolean value.
(NAME(aout,make_empty_symbol)): Check bfd_zalloc return value.
(NAME(aout,slurp_symbol_table)): Check bf_alloc and bfd_zalloc
return value.
(add_to_stringtab): Ditto. FIXME void
(aout_link_hash_newfunc): Check bfd_hash_allocate return value.
(aout_link_add_symbols): Check bfd_alloc value.
(translate_symbol_table): Check translate_from_native_sym_flags.
* hp300hpux.c (MY(slurp_symbol_table)): Ditto.
* aoutx.h (aout_link_hash_newfunc): Check _bfd_link_hash_newfunc.
* opncls.c (bfd_zalloc bfd_realloc): Check result of bfd_alloc.
* opncls.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
(_bfd_new_bfd): Check obstack_begin for 0 return.
* ieee.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
(ieee_archive_p): Check obstack_begin for 0 return and
obstack_finish for NULL return.
* hash.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
(bfd_hash_table_init_n): Check obstack_begin for 0 return and
obstack_finish for NULL return.
(bfd_hash_lookup): Check obstack_alloc for NULL return.
* ecofflink.c (obstack_chunk_alloc): Define as malloc, not
bfd_xmalloc_by_size_t.
bfd_ecoff_debug_accumulate
bfd_ecoff_debug_accumulate_other): Check obstack_alloc.
(add_file_shuffle add_memory_shuffle): Check obstack_alloc for
NULL return. Return boolean, not void.
(bfd_ecoff_debug_init): Check obstack_begin for 0 return.
(bfd_ecoff_debug_accumulate): Check add_file_shuffle
and add_memory_shuffle return.
(string_hash_newfunc): Check bfd_hash_allocate and bfd_hash_newfunc.
(bfd_ecoff_debug_accumulate): Check bfd_alloc.
(ecoff_add_string): Check add_memory_shuffle return.
* libbfd-in.h (xmalloc, bfd_xmalloc, bfd_xmalloc_by_size_t):
Remove decls.
* libbfd.h: Rebuilt.
1994-02-12 00:45:54 +00:00
|
|
|
/*ARGSUSED*/
|
1991-07-04 16:52:19 +00:00
|
|
|
boolean
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_set_section_flags (abfd, section, flags)
|
|
|
|
bfd *abfd;
|
|
|
|
sec_ptr section;
|
|
|
|
flagword flags;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
1992-11-05 11:13:01 +00:00
|
|
|
#if 0
|
|
|
|
/* If you try to copy a text section from an input file (where it
|
|
|
|
has the SEC_CODE flag set) to an output file, this loses big if
|
|
|
|
the bfd_applicable_section_flags (abfd) doesn't have the SEC_CODE
|
|
|
|
set - which it doesn't, at least not for a.out. FIXME */
|
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
if ((flags & bfd_applicable_section_flags (abfd)) != flags)
|
|
|
|
{
|
|
|
|
bfd_set_error (bfd_error_invalid_operation);
|
|
|
|
return false;
|
|
|
|
}
|
1992-11-05 11:13:01 +00:00
|
|
|
#endif
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
section->flags = flags;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_map_over_sections
|
|
|
|
|
|
|
|
SYNOPSIS
|
1992-11-05 11:13:01 +00:00
|
|
|
void bfd_map_over_sections(bfd *abfd,
|
|
|
|
void (*func)(bfd *abfd,
|
|
|
|
asection *sect,
|
|
|
|
PTR obj),
|
|
|
|
PTR obj);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
DESCRIPTION
|
1993-11-05 19:51:52 +00:00
|
|
|
Call the provided function @var{func} for each section
|
1991-12-19 01:36:25 +00:00
|
|
|
attached to the BFD @var{abfd}, passing @var{obj} as an
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
argument. The function will be called as if by
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
| func(abfd, the_section, obj);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-11-05 19:51:52 +00:00
|
|
|
This is the prefered method for iterating over sections; an
|
1991-12-19 01:36:25 +00:00
|
|
|
alternative would be to use a loop:
|
|
|
|
|
|
|
|
| section *p;
|
|
|
|
| for (p = abfd->sections; p != NULL; p = p->next)
|
|
|
|
| func(abfd, p, ...)
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*VARARGS2*/
|
|
|
|
void
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_map_over_sections (abfd, operation, user_storage)
|
|
|
|
bfd *abfd;
|
|
|
|
void (*operation) PARAMS ((bfd * abfd, asection * sect, PTR obj));
|
|
|
|
PTR user_storage;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
|
|
|
asection *sect;
|
1996-01-11 22:47:04 +00:00
|
|
|
unsigned int i = 0;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
for (sect = abfd->sections; sect != NULL; i++, sect = sect->next)
|
|
|
|
(*operation) (abfd, sect, user_storage);
|
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
if (i != abfd->section_count) /* Debugging */
|
|
|
|
abort ();
|
1991-07-04 16:52:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_set_section_size
|
|
|
|
|
|
|
|
SYNOPSIS
|
1993-11-05 19:51:52 +00:00
|
|
|
boolean bfd_set_section_size(bfd *abfd, asection *sec, bfd_size_type val);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
DESCRIPTION
|
1993-11-05 19:51:52 +00:00
|
|
|
Set @var{sec} to the size @var{val}. If the operation is
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
ok, then <<true>> is returned, else <<false>>.
|
1991-12-19 01:36:25 +00:00
|
|
|
|
|
|
|
Possible error returns:
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
o <<bfd_error_invalid_operation>> -
|
1993-12-30 15:51:16 +00:00
|
|
|
Writing has started to the BFD, so setting the size is invalid.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
boolean
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_set_section_size (abfd, ptr, val)
|
|
|
|
bfd *abfd;
|
|
|
|
sec_ptr ptr;
|
|
|
|
bfd_size_type val;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
|
|
|
/* Once you've started writing to any section you cannot create or change
|
|
|
|
the size of any others. */
|
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
if (abfd->output_has_begun)
|
|
|
|
{
|
|
|
|
bfd_set_error (bfd_error_invalid_operation);
|
|
|
|
return false;
|
|
|
|
}
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
ptr->_cooked_size = val;
|
|
|
|
ptr->_raw_size = val;
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_set_section_contents
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
boolean bfd_set_section_contents
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
(bfd *abfd,
|
1991-07-04 16:52:19 +00:00
|
|
|
asection *section,
|
|
|
|
PTR data,
|
|
|
|
file_ptr offset,
|
1991-12-19 01:36:25 +00:00
|
|
|
bfd_size_type count);
|
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
Sets the contents of the section @var{section} in BFD
|
|
|
|
@var{abfd} to the data starting in memory at @var{data}. The
|
|
|
|
data is written to the output section starting at offset
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
@var{offset} for @var{count} bytes.
|
1991-12-19 01:36:25 +00:00
|
|
|
|
1992-01-24 22:44:51 +00:00
|
|
|
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
Normally <<true>> is returned, else <<false>>. Possible error
|
|
|
|
returns are:
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
o <<bfd_error_no_contents>> -
|
1991-12-19 01:36:25 +00:00
|
|
|
The output section does not have the <<SEC_HAS_CONTENTS>>
|
|
|
|
attribute, so nothing can be written to it.
|
|
|
|
o and some more too
|
|
|
|
|
|
|
|
This routine is front end to the back end function
|
|
|
|
<<_bfd_set_section_contents>>.
|
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
*/
|
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
#define bfd_get_section_size_now(abfd,sec) \
|
|
|
|
(sec->reloc_done \
|
|
|
|
? bfd_get_section_size_after_reloc (sec) \
|
|
|
|
: bfd_get_section_size_before_reloc (sec))
|
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
boolean
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_set_section_contents (abfd, section, location, offset, count)
|
|
|
|
bfd *abfd;
|
|
|
|
sec_ptr section;
|
|
|
|
PTR location;
|
|
|
|
file_ptr offset;
|
|
|
|
bfd_size_type count;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
1992-11-05 11:13:01 +00:00
|
|
|
bfd_size_type sz;
|
|
|
|
|
1996-01-11 22:47:04 +00:00
|
|
|
if (!(bfd_get_section_flags (abfd, section) & SEC_HAS_CONTENTS))
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
{
|
|
|
|
bfd_set_error (bfd_error_no_contents);
|
|
|
|
return (false);
|
|
|
|
}
|
1992-11-05 11:13:01 +00:00
|
|
|
|
1993-08-27 23:56:49 +00:00
|
|
|
if (offset < 0)
|
1992-11-05 11:13:01 +00:00
|
|
|
{
|
|
|
|
bad_val:
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
bfd_set_error (bfd_error_bad_value);
|
1992-11-05 11:13:01 +00:00
|
|
|
return false;
|
|
|
|
}
|
|
|
|
sz = bfd_get_section_size_now (abfd, section);
|
1996-01-11 22:47:04 +00:00
|
|
|
if ((bfd_size_type) offset > sz
|
1992-11-05 11:13:01 +00:00
|
|
|
|| count > sz
|
|
|
|
|| offset + count > sz)
|
|
|
|
goto bad_val;
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-08-27 23:56:49 +00:00
|
|
|
switch (abfd->direction)
|
|
|
|
{
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
case read_direction:
|
|
|
|
case no_direction:
|
|
|
|
bfd_set_error (bfd_error_invalid_operation);
|
|
|
|
return false;
|
1993-08-27 23:56:49 +00:00
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
case write_direction:
|
|
|
|
break;
|
1993-08-27 23:56:49 +00:00
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
case both_direction:
|
|
|
|
/* File is opened for update. `output_has_begun' some time ago when
|
1993-08-27 23:56:49 +00:00
|
|
|
the file was created. Do not recompute sections sizes or alignments
|
|
|
|
in _bfd_set_section_content. */
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
abfd->output_has_begun = true;
|
|
|
|
break;
|
1993-08-27 23:56:49 +00:00
|
|
|
}
|
|
|
|
|
1991-07-04 16:52:19 +00:00
|
|
|
if (BFD_SEND (abfd, _bfd_set_section_contents,
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
(abfd, section, location, offset, count)))
|
|
|
|
{
|
|
|
|
abfd->output_has_begun = true;
|
|
|
|
return true;
|
|
|
|
}
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_get_section_contents
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
SYNOPSIS
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
boolean bfd_get_section_contents
|
1991-12-19 01:36:25 +00:00
|
|
|
(bfd *abfd, asection *section, PTR location,
|
|
|
|
file_ptr offset, bfd_size_type count);
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1991-12-19 01:36:25 +00:00
|
|
|
DESCRIPTION
|
1993-11-05 19:51:52 +00:00
|
|
|
Read data from @var{section} in BFD @var{abfd}
|
1991-12-19 01:36:25 +00:00
|
|
|
into memory starting at @var{location}. The data is read at an
|
|
|
|
offset of @var{offset} from the start of the input section,
|
|
|
|
and is read for @var{count} bytes.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
1993-12-30 15:51:16 +00:00
|
|
|
If the contents of a constructor with the <<SEC_CONSTRUCTOR>>
|
|
|
|
flag set are requested or if the section does not have the
|
|
|
|
<<SEC_HAS_CONTENTS>> flag set, then the @var{location} is filled
|
|
|
|
with zeroes. If no errors occur, <<true>> is returned, else
|
1991-12-19 01:36:25 +00:00
|
|
|
<<false>>.
|
1991-07-04 16:52:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
boolean
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
bfd_get_section_contents (abfd, section, location, offset, count)
|
|
|
|
bfd *abfd;
|
|
|
|
sec_ptr section;
|
|
|
|
PTR location;
|
|
|
|
file_ptr offset;
|
|
|
|
bfd_size_type count;
|
1991-07-04 16:52:19 +00:00
|
|
|
{
|
1992-11-05 11:13:01 +00:00
|
|
|
bfd_size_type sz;
|
1992-01-24 22:44:51 +00:00
|
|
|
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
if (section->flags & SEC_CONSTRUCTOR)
|
1992-11-05 11:13:01 +00:00
|
|
|
{
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
memset (location, 0, (unsigned) count);
|
1992-11-05 11:13:01 +00:00
|
|
|
return true;
|
|
|
|
}
|
1992-01-24 22:44:51 +00:00
|
|
|
|
1993-08-27 23:56:49 +00:00
|
|
|
if (offset < 0)
|
1992-11-05 11:13:01 +00:00
|
|
|
{
|
|
|
|
bad_val:
|
* bfd.c (bfd_get_error, bfd_set_error): New functions.
(bfd_error): Make static.
(bfd_error_type): Renamed from bfd_ec. Prepend "bfd_error_" to
all values.
* bfd-in2.h: Regenerated.
* aix386-core.c, aout-adobe.c, aout-encap.c, aout-target.h,
aoutf1.h, aoutx.h, archive.c, archures.c,
bfd.c, bout.c, cache.c, coff-alpha.c, coff-mips.c,
coff-rs6000.c, coffcode.h, coffgen.c, core.c, ctor.c,
ecoff.c, ecofflink.c, elf.c, elf32-hppa.c, elf32-mips.c,
elfcode.h, format.c, hash.c, hp300hpux.c, hppabsd-core.c,
i386lynx.c, ieee.c, libbfd.c, libelf.h, linker.c,
lynx-core.c, nlm.c, nlm32-alpha.c, nlm32-i386.c,
nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
ptrace-core.c, reloc16.c, rs6000-core.c, section.c, som.c,
srec.c, sunos.c, syms.c, targets.c, tekhex.c,
trad-core.c: Change callers.
1994-02-17 18:08:41 +00:00
|
|
|
bfd_set_error (bfd_error_bad_value);
|
1992-11-05 11:13:01 +00:00
|
|
|
return false;
|
|
|
|
}
|
1994-02-16 00:57:15 +00:00
|
|
|
/* Even if reloc_done is true, this function reads unrelocated
|
|
|
|
contents, so we want the raw size. */
|
|
|
|
sz = section->_raw_size;
|
1996-01-11 22:47:04 +00:00
|
|
|
if ((bfd_size_type) offset > sz || count > sz || offset + count > sz)
|
1992-11-05 11:13:01 +00:00
|
|
|
goto bad_val;
|
|
|
|
|
|
|
|
if (count == 0)
|
|
|
|
/* Don't bother. */
|
|
|
|
return true;
|
|
|
|
|
1993-12-30 15:51:16 +00:00
|
|
|
if ((section->flags & SEC_HAS_CONTENTS) == 0)
|
|
|
|
{
|
* Most files:
Replace DEFUN and DEFUN_VOID with K&R-style function definition.
Indent some of them to GNU standards.
* aout32.c, archures.c, core.c, cpu-h8300.c, cpu-i960.c,
cpu-m68k.c, cpu-m88k.c, cpu-mips.c, cpu-vax.c, ctor.c, demo64.c,
elf32-hppa.h, gen-aout.c, host-aout.c, init.c, libhppa.h,
libieee.h, liboasys.h, newsos3.c, som.h, stab-syms.c, sunos.c:
Update copyright years.
1994-03-15 15:13:13 +00:00
|
|
|
memset (location, 0, (unsigned) count);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ((section->flags & SEC_IN_MEMORY) != 0)
|
|
|
|
{
|
1996-01-11 22:47:04 +00:00
|
|
|
memcpy (location, section->contents + offset, (size_t) count);
|
1993-12-30 15:51:16 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
1992-11-05 11:13:01 +00:00
|
|
|
return BFD_SEND (abfd, _bfd_get_section_contents,
|
|
|
|
(abfd, section, location, offset, count));
|
1992-01-24 22:44:51 +00:00
|
|
|
}
|
1996-01-11 22:47:04 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
FUNCTION
|
|
|
|
bfd_copy_private_section_data
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
boolean bfd_copy_private_section_data(bfd *ibfd, asection *isec, bfd *obfd, asection *osec);
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
Copy private section information from @var{isec} in the BFD
|
|
|
|
@var{ibfd} to the section @var{osec} in the BFD @var{obfd}.
|
|
|
|
Return <<true>> on success, <<false>> on error. Possible error
|
|
|
|
returns are:
|
|
|
|
|
|
|
|
o <<bfd_error_no_memory>> -
|
|
|
|
Not enough memory exists to create private data for @var{osec}.
|
|
|
|
|
|
|
|
.#define bfd_copy_private_section_data(ibfd, isection, obfd, osection) \
|
Fri Jan 3 16:58:31 1997 Richard Henderson <rth@tamu.edu>
elf64-alpha multiple .got rewrite:
* elf-bfd.h (struct elf_backend_data): Add always_size_sections entry.
(bfd_elf*_mkobject): Don't define here ...
* elfxx-target.h: ... but rather here. Default always_size_sections
hook to NULL.
* elf.c (elf_mkobject): Rename to bfd_elf_mkobject, since that was
what the #defines in elf-bfd.h transmuted it to anyway.
* section.c: Add SEC_LINKER_CREATED flag.
* bfd-in2.h: Rebuild.
* elf32-i386.c (elf_i386_check_relocs): Add SEC_LINKER_CREATED to
relocation section flags.
(elf_i386_size_dynamic_sections): Use SEC_LINKER_CREATED instead of
SEC_IN_MEMORY to recognize generated bits.
* elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_size_dynamic_sections):
Likewise.
* elf32-mips.c (mips_elf_final_link, mips_elf_create_dynamic_sections,
mips_elf_create_compact_rel_section, mips_elf_create_got_section,
mips_elf_check_relocs, mips_elf_size_dynamic_sections): Likewise.
* elf32-ppc.c (ppc_elf_create_linker_section,
ppc_elf_size_dynamic_sections): Likewise.
* elf32-sparc.c (elf32_sparc_check_relocs,
elf32_sparc_size_dynamic_sections): Likewise.
* elflink.c (_bfd_elf_create_got_section): Add SEC_LINKER_CREATED to
section flags.
(_bfd_elf_create_dynamic_sections): Likewise.
(_bfd_elf_make_linker_section_rela): Likewise.
* elflink.h (elf_link_create_dynamic_sections): Likewise.
(bfd_elf,size_dynamic_sections): Call the always_size_sections hook.
(elf_bfd_final_link): Use SEC_LINKER_CREATED instead of SEC_IN_MEMORY
to identify generated bits.
(elf_link_input_bfd): Likewise.
* elf64-alpha.c: Rewrite everything touching relocations.
1997-01-03 22:09:40 +00:00
|
|
|
. BFD_SEND (obfd, _bfd_copy_private_section_data, \
|
1996-01-11 22:47:04 +00:00
|
|
|
. (ibfd, isection, obfd, osection))
|
|
|
|
*/
|