Home | History | Annotate | Download | only in bfd

Lines Matching full:newh

6009 	      struct elf_link_hash_entry *newh;
6028 newh = elf_link_hash_lookup (elf_hash_table (info),
6031 if (newh == NULL
6032 || (newh->root.type != bfd_link_hash_defined
6033 && newh->root.type != bfd_link_hash_defweak))
6038 newh = elf_link_hash_lookup (elf_hash_table (info),
6046 if (newh != NULL
6047 && !newh->def_dynamic
6048 && (newh->root.type == bfd_link_hash_defined
6049 || newh->root.type == bfd_link_hash_defweak))