Lines Matching defs:aout_final_link_info
252 struct aout_final_link_info struct
255 struct bfd_link_info *info;
257 bfd *output_bfd;
259 file_ptr treloff, dreloff;
261 file_ptr symoff;
263 struct bfd_strtab_hash *strtab;
265 struct aout_link_includes_table includes;
267 bfd_byte *contents;
269 void * relocs;
271 int *symbol_map;
296 static bool aout_link_write_symbols (struct aout_final_link_info *, bfd *); argument