Searched defs:aout_final_link_info (Results 1 – 2 of 2) sorted by relevance
3501 struct aout_final_link_info struct3504 struct bfd_link_info *info;3506 bfd *output_bfd;3508 file_ptr treloff, dreloff;3510 file_ptr symoff;3512 struct bfd_strtab_hash *strtab;3514 struct aout_link_includes_table includes;3516 bfd_byte *contents;3518 void * relocs;3520 int *symbol_map;[all …]
220 struct aout_final_link_info struct223 struct bfd_link_info *info;225 bfd *output_bfd;227 file_ptr treloff, dreloff;229 file_ptr symoff;231 struct bfd_strtab_hash *strtab;233 struct aout_link_includes_table includes;257 static bfd_boolean aout_link_write_symbols (struct aout_final_link_info *, bfd *); argument