Home | History | Annotate | Download | only in bfd

Lines Matching full:aout

117       NAME (aout, adjust_sizes_and_vmas) (abfd, & text_size, & text_end);   \
126 NAME (aout, swap_exec_header_out) (abfd, execp, & exec_bytes); \
140 if (! NAME (aout, write_syms) (abfd)) \
151 if (!NAME (aout, squirt_out_relocs) (abfd, obj_datasec (abfd))) \
157 #include "aout/aout64.h"
440 extern reloc_howto_type NAME (aout, std_howto_table)[];
464 if (!NAME (aout, slurp_reloc_table) (abfd, section, symbols))
471 c = tblptr->howto - NAME(aout,std_howto_table);
481 /* This is the same as NAME(aout,some_aout_object_p), but has different
567 if (! NAME (aout, make_sections) (abfd))
648 NAME (aout, swap_exec_header_in) (abfd, & exec_bytes, & exec);
655 #include "aout-target.h"