Home | History | Annotate | Download | only in bfd

Lines Matching full:global_entry

7804   struct bfd_link_hash_entry *global_entry;
7840 global_entry = bfd_link_hash_lookup (flinfo->info->hash, name,
7842 if (!global_entry)
7845 if (global_entry->type == bfd_link_hash_defined
7846 || global_entry->type == bfd_link_hash_defweak)
7848 *result = (global_entry->u.def.value
7849 + global_entry->u.def.section->output_section->vma
7850 + global_entry->u.def.section->output_offset);
7853 global_entry->root.string, (unsigned long) *result);