Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Di386lynx.c71 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_textsec (abfd))) \
77 if (!NAME(lynx,squirt_out_relocs) (abfd, obj_datasec (abfd))) \
467 NAME(lynx,squirt_out_relocs) (bfd *abfd, asection *section) in NAME() argument
Dlibaout.h472 extern bfd_boolean NAME (aout, squirt_out_relocs)
660 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) \
665 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
Dhp300hpux.c334 if (!NAME (aout,squirt_out_relocs) (abfd, obj_textsec (abfd))) in MY()
338 if (!NAME (aout,squirt_out_relocs) (abfd, obj_datasec (abfd))) in MY()
Daout-tic30.c676 if (!NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd))) in tic30_aout_write_object_contents()
681 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in tic30_aout_write_object_contents()
Driscix.c151 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
Dpdp11.c340 || !NAME (aout, squirt_out_relocs) (abfd, obj_textsec (abfd)) in pdp11_aout_write_headers()
342 || !NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) in pdp11_aout_write_headers()
1917 NAME (aout, squirt_out_relocs) (bfd *abfd, asection *section) in NAME() argument
Daoutx.h2363 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.