Searched defs:aout_final_link_info (Results 1 – 2 of 2) sorted by relevance
3515 struct aout_final_link_info struct3518 struct bfd_link_info *info;3520 bfd *output_bfd;3522 file_ptr treloff, dreloff;3524 file_ptr symoff;3526 struct bfd_strtab_hash *strtab;3528 struct aout_link_includes_table includes;3530 bfd_byte *contents;3532 void * relocs;3534 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