Lines Matching refs:info

579   /* The file offsets of the relocation info.  */
2817 struct bfd_link_info *info ATTRIBUTE_UNUSED)
2923 aout_link_add_symbols (bfd *abfd, struct bfd_link_info *info)
2941 if (info->keep_memory)
2949 (abfd, info, &syms, &sym_count, &strings)))
2956 should be conditional on info->keep_memory. */
3107 (info, abfd, name, flags, section, value, string, copy, FALSE,
3167 aout_link_add_object_symbols (bfd *abfd, struct bfd_link_info *info)
3171 if (! aout_link_add_symbols (abfd, info))
3173 if (! info->keep_memory)
3190 struct bfd_link_info *info,
3227 h = bfd_link_hash_lookup (info->hash, name, FALSE, FALSE, TRUE);
3267 switch (info->common_skip_ar_aymbols)
3285 if (! (*info->callbacks->add_archive_element) (info, abfd, name))
3312 if (! (*info->callbacks->add_archive_element) (info,
3322 h->u.c.p = bfd_hash_allocate (&info->hash->table,
3361 if (! (*info->callbacks->add_archive_element) (info, abfd, name))
3379 struct bfd_link_info *info,
3385 if (! aout_link_check_ar_symbols (abfd, info, pneeded))
3390 if (! aout_link_add_symbols (abfd, info))
3394 if (! info->keep_memory || ! *pneeded)
3407 NAME (aout, link_add_symbols) (bfd *abfd, struct bfd_link_info *info)
3412 return aout_link_add_object_symbols (abfd, info);
3415 (abfd, info, aout_link_check_archive_element);
3460 struct bfd_link_info *info;
3536 (output_bfd, finfo->info, h)))
3550 && (finfo->info->strip == strip_all
3551 || (finfo->info->strip == strip_some
3552 && bfd_hash_lookup (finfo->info->keep_hash, h->root.root.string,
3668 bfd_wrapped_link_hash_lookup (finfo->output_bfd, finfo->info,
3687 if (! ((*finfo->info->callbacks->unattached_reloc)
3688 (finfo->info, pr->u.name, NULL, NULL, (bfd_vma) 0)))
3784 if (! ((*finfo->info->callbacks->reloc_overflow)
3785 (finfo->info, NULL,
3902 relocatable = finfo->info->relocatable;
4041 if (! ((*finfo->info->callbacks->unattached_reloc)
4042 (finfo->info, name, input_bfd, input_section,
4148 (finfo->info, input_bfd, input_section, h,
4158 if (hundef && ! finfo->info->shared && ! r_baserel)
4166 if (! ((*finfo->info->callbacks->undefined_symbol)
4167 (finfo->info, name, input_bfd, input_section,
4201 if (! ((*finfo->info->callbacks->reloc_overflow)
4202 (finfo->info, (h ? &h->root : NULL), name,
4246 relocatable = finfo->info->relocatable;
4377 if (! ((*finfo->info->callbacks->unattached_reloc)
4378 (finfo->info, name, input_bfd, input_section,
4545 (finfo->info, input_bfd, input_section, h,
4556 && ! finfo->info->shared
4567 if (! ((*finfo->info->callbacks->undefined_symbol)
4568 (finfo->info, name, input_bfd, input_section,
4614 if (! ((*finfo->info->callbacks->reloc_overflow)
4615 (finfo->info, (h ? &h->root : NULL), name,
4689 if (finfo->info->relocatable && rel_size > 0)
4732 strip = finfo->info->strip;
4733 discard = finfo->info->discard;
4740 || bfd_hash_lookup (finfo->info->keep_hash, input_bfd->filename,
4865 if (bfd_hash_lookup (finfo->info->keep_hash, name, FALSE, FALSE)
5093 copy = (bfd_boolean) (! finfo->info->keep_memory);
5154 if (! finfo->info->keep_memory)
5206 (finfo->info, input_bfd));
5209 finfo->info->keep_memory is FALSE. */
5244 if (! finfo->info->keep_memory)
5262 struct bfd_link_info *info,
5278 if (info->shared)
5281 aout_info.info = info;
5302 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
5306 if (info->relocatable)
5350 if (info->relocatable)
5414 h = aout_link_hash_lookup (aout_hash_table (info), "__DYNAMIC",
5441 for (sub = info->input_bfds; sub != NULL; sub = sub->link_next)
5484 if (! _bfd_default_link_order (abfd, info, o, p))
5491 aout_link_hash_traverse (aout_hash_table (info),
5546 if (! (*aout_backend_info (abfd)->finish_dynamic_link) (abfd, info))