Searched refs:aout_info (Results 1 – 2 of 2) sorted by relevance
3650 struct aout_final_link_info aout_info; in NAME() local3664 aout_info.info = info; in NAME()3665 aout_info.output_bfd = abfd; in NAME()3666 aout_info.contents = NULL; in NAME()3667 aout_info.relocs = NULL; in NAME()3668 aout_info.symbol_map = NULL; in NAME()3669 aout_info.output_syms = NULL; in NAME()3671 if (!bfd_hash_table_init_n (&aout_info.includes.root, in NAME()3763 (*callback) (abfd, &aout_info.treloff, &aout_info.dreloff, in NAME()3764 &aout_info.symoff); in NAME()[all …]
5325 struct aout_final_link_info aout_info; in NAME() local5339 aout_info.info = info; in NAME()5340 aout_info.output_bfd = abfd; in NAME()5341 aout_info.contents = NULL; in NAME()5342 aout_info.relocs = NULL; in NAME()5343 aout_info.symbol_map = NULL; in NAME()5344 aout_info.output_syms = NULL; in NAME()5346 if (!bfd_hash_table_init_n (&aout_info.includes.root, in NAME()5439 (*callback) (abfd, &aout_info.treloff, &aout_info.dreloff, in NAME()5440 &aout_info.symoff); in NAME()[all …]