Home
last modified time | relevance | path

Searched refs:squirt_out_relocs (Results 1 – 11 of 11) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Di386lynx.c69 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
75 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
465 NAME(lynx,squirt_out_relocs) (bfd *abfd, asection *section) in NAME() argument
Dlibaout.h472 extern bfd_boolean NAME (aout, squirt_out_relocs)
657 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
662 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
Dhp300hpux.c332 if (!NAME (aout,squirt_out_relocs) (abfd, obj_textsec (abfd))) in MY()
336 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) in MY()
Daout-tic30.c673 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) in tic30_aout_write_object_contents()
678 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents()
Driscix.c148 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
Dpdp11.c338 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)) in pdp11_aout_write_headers()
340 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
1920 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section) in NAME() argument
Daoutx.h2367 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section) in NAME() argument
DChangeLog-20042858 adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
2980 * pdp11.c (squirt_out_relocs): Likewise.
DChangeLog-96975153 * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
DChangeLog-00018869 (NAME(aout,squirt_out_relocs)): Similarly use
DChangeLog-02038234 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.