Lines Matching refs:hash_entry
1833 sort_def_symbol (hash_entry, info) in sort_def_symbol() argument
1834 struct bfd_link_hash_entry *hash_entry; in sort_def_symbol()
1837 if (hash_entry->type == bfd_link_hash_defined
1838 || hash_entry->type == bfd_link_hash_defweak)
1843 ud = get_userdata (hash_entry->u.def.section);
1848 init_map_userdata (0, hash_entry->u.def.section, 0);
1849 ud = get_userdata (hash_entry->u.def.section);
1855 def->entry = hash_entry;
3575 print_one_symbol (struct bfd_link_hash_entry *hash_entry, void *ptr) in print_one_symbol() argument
3579 if ((hash_entry->type == bfd_link_hash_defined in print_one_symbol()
3580 || hash_entry->type == bfd_link_hash_defweak) in print_one_symbol()
3581 && sec == hash_entry->u.def.section) in print_one_symbol()
3588 (hash_entry->u.def.value in print_one_symbol()
3589 + hash_entry->u.def.section->output_offset in print_one_symbol()
3590 + hash_entry->u.def.section->output_section->vma)); in print_one_symbol()
3592 minfo (" %T\n", hash_entry->root.string); in print_one_symbol()