Home | History | Annotate | Download | only in ld

Lines Matching refs:hash_entry

2499 sort_def_symbol (struct bfd_link_hash_entry *hash_entry,
2502 if (is_defined (hash_entry)
2503 && hash_entry->u.def.section->owner != link_info.output_bfd
2504 && hash_entry->u.def.section->owner != NULL)
2509 ud = bfd_section_userdata (hash_entry->u.def.section);
2513 bfd_set_section_userdata (hash_entry->u.def.section, ud);
2521 def->entry = hash_entry;
4945 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr)
4949 if (is_defined (hash_entry)
4950 && sec == hash_entry->u.def.section)
4954 (hash_entry->u.def.value
4955 + hash_entry->u.def.section->output_offset
4956 + hash_entry->u.def.section->output_section->vma));
4958 minfo (" %pT\n", hash_entry->root.string);