Home | History | Annotate | Download | only in ld

Lines Matching defs:blhe

652 			 struct bfd_link_hash_entry *blhe)
656 if (blhe->non_ir_ref_dynamic
662 blhe->root.string))
667 struct elf_link_hash_entry *el = (struct elf_link_hash_entry *)blhe;
767 struct bfd_link_hash_entry *blhe;
777 blhe = h;
779 if (blhe)
781 if (blhe->wrapper_symbol)
786 = unwrap_hash_lookup (&link_info, (bfd *) abfd, blhe);
794 blhe = bfd_wrapped_link_hash_lookup (link_info.output_bfd,
798 if (blhe && blhe != h)
801 if (!blhe)
824 /* Determine resolution from blhe type and symbol's original type. */
825 if (blhe->type == bfd_link_hash_undefined
826 || blhe->type == bfd_link_hash_undefweak)
831 if (blhe->type != bfd_link_hash_defined
832 && blhe->type != bfd_link_hash_defweak
833 && blhe->type != bfd_link_hash_common)
837 called_plugin->name, blhe->type);
843 owner_sec = (blhe->type == bfd_link_hash_common
844 ? blhe->u.c.p->section
845 : blhe->u.def.section);
888 if (blhe->non_ir_ref_regular
889 || blhe->ref_real
894 else if (is_visible_from_outside (&syms[n], blhe))