Searched refs:global_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Delflink.c6592 struct bfd_link_hash_entry * global_entry;
6638 global_entry = bfd_link_hash_lookup (finfo->info->hash, name, FALSE, FALSE, TRUE);
6639 if (!global_entry)
6642 if (global_entry->type == bfd_link_hash_defined
6643 || global_entry->type == bfd_link_hash_defweak)
6645 * result = global_entry->u.def.value
6646 + global_entry->u.def.section->output_section->vma
6647 + global_entry->u.def.section->output_offset;
6650 global_entry->root.string, (unsigned int)*result);
6655 if (global_entry
6582 struct bfd_link_hash_entry * global_entry; local
[all...]

Completed in 169 milliseconds